#BBA6D9

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

Shades of Perfume #BBA6D9

Tints of Perfume #BBA6D9

Color information

#BBA6D9 (or 0xBBA6D9) is unknown color: approx Perfume. HEX triplet: BB, A6 and D9. RGB value is (187,166,217). Sum of RGB (Red+Green+Blue) = 187+166+217=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBA6D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6D9 is #445926. Grayscale: #B1B1B1. Windows color (decimal): -4479271 or 14263995. OLE color: 14263995.

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

Color convert

RGB187166217-
CMYK0.140.2400.15
HSL264.71º40.16%75.1%-
HSV(B)264.71º23.5%85.1%-
XYZ46.6542.8571.46-
YUV178.09149.96134.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 166 (65.23% from 255) = 29.12%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=32.81%
G=29.12%
B=38.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871662170.140.2400.15264.7140.1675.1
HexBBA6D9E180F109284b
Octal273246331163001741150113
Binary101110111010011011011001111011000011111000010011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6D9; }

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

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

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

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

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

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

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

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