#BB96DF

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

Shades of Perfume #BB96DF

Tints of Perfume #BB96DF

Color information

#BB96DF (or 0xBB96DF) is unknown color: approx Perfume. HEX triplet: BB, 96 and DF. RGB value is (187,150,223). Sum of RGB (Red+Green+Blue) = 187+150+223=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96DF is #446920. Grayscale: #A9A9A9. Windows color (decimal): -4483361 or 14653115. OLE color: 14653115.

HSL color Cylindrical-coordinate representation of color #BB96DF: hue angle of 270.41º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB96DF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187150223-
CMYK0.160.3300.13
HSL270.41º53.28%73.14%-
HSV(B)270.41º32.74%87.45%-
XYZ44.7237.7174.73-
YUV169.38158.26140.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=33.39%
G=26.79%
B=39.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871502230.160.3300.13270.4153.2873.14
HexBB96DF10210D10e3549
Octal273226337204101541665111
Binary10111011100101101101111110000100001011011000011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96DF; }

 p { color: rgb(187,150,223); }

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

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

 a { background-color: rgb(187,150,223); }

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

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

 span { border-color: rgb(187,150,223); }

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