#BB9FDB

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

Shades of Perfume #BB9FDB

Tints of Perfume #BB9FDB

Color information

#BB9FDB (or 0xBB9FDB) is unknown color: approx Perfume. HEX triplet: BB, 9F and DB. RGB value is (187,159,219). Sum of RGB (Red+Green+Blue) = 187+159+219=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FDB is #446024. Grayscale: #AEAEAE. Windows color (decimal): -4481061 or 14393275. OLE color: 14393275.

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

Color convert

RGB187159219-
CMYK0.150.2700.14
HSL268º45.45%74.12%-
HSV(B)268º27.4%85.88%-
XYZ45.6840.4872.42-
YUV174.21153.28137.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=33.10%
G=28.14%
B=38.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871592190.150.2700.1426845.4574.12
HexBB9FDBF1B0E10c2d4a
Octal273237333173301641455112
Binary101110111001111111011011111111011011101000011001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FDB; }

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

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

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

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

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

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

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

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