#BD92FC

Color #BD92FC Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BD92FC

Tints of Perfume #BD92FC

Color information

#BD92FC (or 0xBD92FC) is unknown color: approx Perfume. HEX triplet: BD, 92 and FC. RGB value is (189,146,252). Sum of RGB (Red+Green+Blue) = 189+146+252=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD92FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92FC is #426D03. Grayscale: #AAAAAA. Windows color (decimal): -4353284 or 16552637. OLE color: 16552637.

HSL color Cylindrical-coordinate representation of color #BD92FC: hue angle of 264.34º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD92FC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189146252-
CMYK0.250.4200.01
HSL264.34º94.64%78.04%-
HSV(B)264.34º42.06%98.82%-
XYZ48.8438.496.93-
YUV170.94173.75140.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 146 (57.42% from 255) = 24.87%
BLUE value IS 252 (98.83% from 255) = 42.93%
R=32.20%
G=24.87%
B=42.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891462520.250.4200.01264.3494.6478.04
HexBD92FC192A011085f4e
Octal275222374315201410137116
Binary101111011001001011111100110011010100110000100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92FC; }

 p { color: rgb(189,146,252); }

 H1.HeaderClassName
 {
   color: #BD92FC;
 }
 .AnyTagClassName
 {
   color: #BD92FC;
 }
</style>
background-color css

<style>
 a { background-color: #BD92FC; }

 a { background-color: rgb(189,146,252); }

 div.DivClassName
 {
   background-color: #BD92FC;
 }
 .BgClassName
 {
   background-color: #BD92FC;
 }
</style>
border-color css

<style>
 span { border-color: #BD92FC; }

 span { border-color: rgb(189,146,252); }

 td.TdClassName
 {
   border-color: #BD92FC;
 }
 .TagClassName
 {
   border-color: #BD92FC;
 }
</style>