#BB9FDA

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

Shades of Perfume #BB9FDA

Tints of Perfume #BB9FDA

Color information

#BB9FDA (or 0xBB9FDA) is unknown color: approx Perfume. HEX triplet: BB, 9F and DA. RGB value is (187,159,218). Sum of RGB (Red+Green+Blue) = 187+159+218=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FDA is #446025. Grayscale: #ADADAD. Windows color (decimal): -4481062 or 14327739. OLE color: 14327739.

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

Color convert

RGB187159218-
CMYK0.140.2700.15
HSL268.47º44.36%73.92%-
HSV(B)268.47º27.06%85.49%-
XYZ45.5540.4271.73-
YUV174.1152.78137.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=33.16%
G=28.19%
B=38.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871592180.140.2700.15268.4744.3673.92
HexBB9FDAE1B0F10c2c4a
Octal273237332163301741454112
Binary101110111001111111011010111011011011111000011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FDA; }

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

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

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

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

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

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

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

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