#BBA2D2

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

Shades of Perfume #BBA2D2

Tints of Perfume #BBA2D2

Color information

#BBA2D2 (or 0xBBA2D2) is unknown color: approx Perfume. HEX triplet: BB, A2 and D2. RGB value is (187,162,210). Sum of RGB (Red+Green+Blue) = 187+162+210=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBA2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2D2 is #445D2D. Grayscale: #AEAEAE. Windows color (decimal): -4480302 or 13804219. OLE color: 13804219.

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

Color convert

RGB187162210-
CMYK0.110.2300.18
HSL271.25º34.78%72.94%-
HSV(B)271.25º22.86%82.35%-
XYZ45.0541.0666.52-
YUV174.95147.78136.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=33.45%
G=28.98%
B=37.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871622100.110.2300.18271.2534.7872.94
HexBBA2D2B1701210f2349
Octal273242322132702241743111
Binary1011101110100010110100101011101110100101000011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2D2; }

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

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

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

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

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

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

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

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