#BBA2DD

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

Shades of Perfume #BBA2DD

Tints of Perfume #BBA2DD

Color information

#BBA2DD (or 0xBBA2DD) is unknown color: approx Perfume. HEX triplet: BB, A2 and DD. RGB value is (187,162,221). Sum of RGB (Red+Green+Blue) = 187+162+221=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2DD is #445D22. Grayscale: #AFAFAF. Windows color (decimal): -4480291 or 14525115. OLE color: 14525115.

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

Color convert

RGB187162221-
CMYK0.150.2700.13
HSL265.42º46.46%75.1%-
HSV(B)265.42º26.7%86.67%-
XYZ46.4641.6373.99-
YUV176.2153.28135.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=32.81%
G=28.42%
B=38.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871622210.150.2700.13265.4246.4675.1
HexBBA2DDF1B0D1092e4b
Octal273242335173301541156113
Binary101110111010001011011101111111011011011000010011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2DD; }

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

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

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

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

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

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

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

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