#BB96DB

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

Shades of Perfume #BB96DB

Tints of Perfume #BB96DB

Color information

#BB96DB (or 0xBB96DB) is unknown color: approx Perfume. HEX triplet: BB, 96 and DB. RGB value is (187,150,219). Sum of RGB (Red+Green+Blue) = 187+150+219=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96DB is #446924. Grayscale: #A8A8A8. Windows color (decimal): -4483365 or 14390971. OLE color: 14390971.

HSL color Cylindrical-coordinate representation of color #BB96DB: hue angle of 272.17º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB96DB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187150219-
CMYK0.150.3200.14
HSL272.17º48.94%72.35%-
HSV(B)272.17º31.51%85.88%-
XYZ44.1937.4971.93-
YUV168.93156.26140.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=33.63%
G=26.98%
B=39.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871502190.150.3200.14272.1748.9472.35
HexBB96DBF200E1103148
Octal273226333174001642061110
Binary1011101110010110110110111111100000011101000100001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96DB; }

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

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

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

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

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

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

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

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