#BBA0D9

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

Shades of Perfume #BBA0D9

Tints of Perfume #BBA0D9

Color information

#BBA0D9 (or 0xBBA0D9) is unknown color: approx Perfume. HEX triplet: BB, A0 and D9. RGB value is (187,160,217). Sum of RGB (Red+Green+Blue) = 187+160+217=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBA0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0D9 is #445F26. Grayscale: #AEAEAE. Windows color (decimal): -4480807 or 14262459. OLE color: 14262459.

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

Color convert

RGB187160217-
CMYK0.140.2600.15
HSL268.42º42.86%73.92%-
HSV(B)268.42º26.27%85.1%-
XYZ45.5940.7271.1-
YUV174.57151.95136.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=33.16%
G=28.37%
B=38.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871602170.140.2600.15268.4242.8673.92
HexBBA0D9E1A0F10c2b4a
Octal273240331163201741453112
Binary101110111010000011011001111011010011111000011001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0D9; }

 p { color: rgb(187,160,217); }

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

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

 a { background-color: rgb(187,160,217); }

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

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

 span { border-color: rgb(187,160,217); }

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