#BBA9CD

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

Shades of Perfume #BBA9CD

Tints of Perfume #BBA9CD

Color information

#BBA9CD (or 0xBBA9CD) is unknown color: approx Perfume. HEX triplet: BB, A9 and CD. RGB value is (187,169,205). Sum of RGB (Red+Green+Blue) = 187+169+205=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9CD is #445632. Grayscale: #B2B2B2. Windows color (decimal): -4478515 or 13478331. OLE color: 13478331.

HSL color Cylindrical-coordinate representation of color #BBA9CD: hue angle of 270º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA9CD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187169205-
CMYK0.090.1800.20
HSL270º26.47%73.33%-
HSV(B)270º17.56%80.39%-
XYZ45.743.3563.72-
YUV178.49142.96134.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=33.33%
G=30.12%
B=36.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871692050.090.1800.2027026.4773.33
HexBBA9CD91201410e1a49
Octal273251315112202441632111
Binary101110111010100111001101100110010010100100001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9CD; }

 p { color: rgb(187,169,205); }

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

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

 a { background-color: rgb(187,169,205); }

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

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

 span { border-color: rgb(187,169,205); }

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