#BBA4EC

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

Shades of Perfume #BBA4EC

Tints of Perfume #BBA4EC

Color information

#BBA4EC (or 0xBBA4EC) is unknown color: approx Perfume. HEX triplet: BB, A4 and EC. RGB value is (187,164,236). Sum of RGB (Red+Green+Blue) = 187+164+236=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4EC is #445B13. Grayscale: #B2B2B2. Windows color (decimal): -4479764 or 15508667. OLE color: 15508667.

HSL color Cylindrical-coordinate representation of color #BBA4EC: hue angle of 259.17º degrees, saturation: 0.65, 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 #BBA4EC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187164236-
CMYK0.210.3100.07
HSL259.17º65.45%78.43%-
HSV(B)259.17º30.51%92.55%-
XYZ48.9143.1785.11-
YUV179.08160.12133.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 236 (92.58% from 255) = 40.20%
R=31.86%
G=27.94%
B=40.20%

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
Decimal1871642360.210.3100.07259.1765.4578.43
HexBBA4EC151F07103414e
Octal273244354253707403101116
Binary1011101110100100111011001010111111011110000001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4EC; }

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

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

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

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

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

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

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

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