#BB9BD4

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

Shades of Perfume #BB9BD4

Tints of Perfume #BB9BD4

Color information

#BB9BD4 (or 0xBB9BD4) is unknown color: approx Perfume. HEX triplet: BB, 9B and D4. RGB value is (187,155,212). Sum of RGB (Red+Green+Blue) = 187+155+212=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB9BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BD4 is #44642B. Grayscale: #AAAAAA. Windows color (decimal): -4482092 or 13933499. OLE color: 13933499.

HSL color Cylindrical-coordinate representation of color #BB9BD4: hue angle of 273.68º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9BD4 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187155212-
CMYK0.120.2700.17
HSL273.68º39.86%71.96%-
HSV(B)273.68º26.89%83.14%-
XYZ44.138.7667.44-
YUV171.07151.1139.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 212 (83.20% from 255) = 38.27%
R=33.75%
G=27.98%
B=38.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871552120.120.2700.17273.6839.8671.96
HexBB9BD4C1B0111122848
Octal273233324143302142250110
Binary1011101110011011110101001100110110100011000100101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BD4; }

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

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

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

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

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

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

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

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