#BD96F9

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

Shades of Perfume #BD96F9

Tints of Perfume #BD96F9

Color information

#BD96F9 (or 0xBD96F9) is unknown color: approx Perfume. HEX triplet: BD, 96 and F9. RGB value is (189,150,249). Sum of RGB (Red+Green+Blue) = 189+150+249=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96F9 is #426906. Grayscale: #ACACAC. Windows color (decimal): -4352263 or 16357053. OLE color: 16357053.

HSL color Cylindrical-coordinate representation of color #BD96F9: hue angle of 263.64º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD96F9 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189150249-
CMYK0.240.4000.02
HSL263.64º89.19%78.24%-
HSV(B)263.64º39.76%97.65%-
XYZ48.9939.4794.66-
YUV172.95170.92139.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 249 (97.66% from 255) = 42.35%
R=32.14%
G=25.51%
B=42.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891502490.240.4000.02263.6489.1978.24
HexBD96F9182802108594e
Octal275226371305002410131116
Binary1011110110010110111110011100010100001010000100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96F9; }

 p { color: rgb(189,150,249); }

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

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

 a { background-color: rgb(189,150,249); }

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

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

 span { border-color: rgb(189,150,249); }

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