#BBA9D1

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

Shades of Perfume #BBA9D1

Tints of Perfume #BBA9D1

Color information

#BBA9D1 (or 0xBBA9D1) is unknown color: approx Perfume. HEX triplet: BB, A9 and D1. RGB value is (187,169,209). Sum of RGB (Red+Green+Blue) = 187+169+209=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBA9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D1 is #44562E. Grayscale: #B2B2B2. Windows color (decimal): -4478511 or 13740475. OLE color: 13740475.

HSL color Cylindrical-coordinate representation of color #BBA9D1: hue angle of 267º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA9D1 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187169209-
CMYK0.110.1900.18
HSL267º30.3%74.12%-
HSV(B)267º19.14%81.96%-
XYZ46.1943.5466.29-
YUV178.94144.96133.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=33.10%
G=29.91%
B=36.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871692090.110.1900.1826730.374.12
HexBBA9D1B1301210b1e4a
Octal273251321132302241336112
Binary101110111010100111010001101110011010010100001011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9D1; }

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

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

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

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

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

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

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

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