#BB9BDA

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

Shades of Perfume #BB9BDA

Tints of Perfume #BB9BDA

Color information

#BB9BDA (or 0xBB9BDA) is unknown color: approx Perfume. HEX triplet: BB, 9B and DA. RGB value is (187,155,218). Sum of RGB (Red+Green+Blue) = 187+155+218=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BDA is #446425. Grayscale: #ABABAB. Windows color (decimal): -4482086 or 14326715. OLE color: 14326715.

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

Color convert

RGB187155218-
CMYK0.140.2900.15
HSL270.48º45.99%73.14%-
HSV(B)270.48º28.9%85.49%-
XYZ44.8739.0771.51-
YUV171.75154.1138.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=33.39%
G=27.68%
B=38.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871552180.140.2900.15270.4845.9973.14
HexBB9BDAE1D0F10e2e49
Octal273233332163501741656111
Binary101110111001101111011010111011101011111000011101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BDA; }

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

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

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

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

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

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

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

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