#BBA2EC

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

Shades of Perfume #BBA2EC

Tints of Perfume #BBA2EC

Color information

#BBA2EC (or 0xBBA2EC) is unknown color: approx Perfume. HEX triplet: BB, A2 and EC. RGB value is (187,162,236). Sum of RGB (Red+Green+Blue) = 187+162+236=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2EC is #445D13. Grayscale: #B1B1B1. Windows color (decimal): -4480276 or 15508155. OLE color: 15508155.

HSL color Cylindrical-coordinate representation of color #BBA2EC: hue angle of 260.27º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA2EC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187162236-
CMYK0.210.3100.07
HSL260.27º66.07%78.04%-
HSV(B)260.27º31.36%92.55%-
XYZ48.5542.4684.99-
YUV177.91160.78134.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 162 (63.67% from 255) = 27.69%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=31.97%
G=27.69%
B=40.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871622360.210.3100.07260.2766.0778.04
HexBBA2EC151F07104424e
Octal273242354253707404102116
Binary1011101110100010111011001010111111011110000010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2EC; }

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

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

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

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

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

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

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

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