#BBA6DD

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

Shades of Perfume #BBA6DD

Tints of Perfume #BBA6DD

Color information

#BBA6DD (or 0xBBA6DD) is unknown color: approx Perfume. HEX triplet: BB, A6 and DD. RGB value is (187,166,221). Sum of RGB (Red+Green+Blue) = 187+166+221=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6DD is #445922. Grayscale: #B2B2B2. Windows color (decimal): -4479267 or 14526139. OLE color: 14526139.

HSL color Cylindrical-coordinate representation of color #BBA6DD: hue angle of 262.91º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA6DD is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187166221-
CMYK0.150.2500.13
HSL262.91º44.72%75.88%-
HSV(B)262.91º24.89%86.67%-
XYZ47.1843.0674.23-
YUV178.55151.96134.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=32.58%
G=28.92%
B=38.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871662210.150.2500.13262.9144.7275.88
HexBBA6DDF190D1072d4c
Octal273246335173101540755114
Binary101110111010011011011101111111001011011000001111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6DD; }

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

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

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

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

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

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

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

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