#BBA3EC

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

Shades of Perfume #BBA3EC

Tints of Perfume #BBA3EC

Color information

#BBA3EC (or 0xBBA3EC) is unknown color: approx Perfume. HEX triplet: BB, A3 and EC. RGB value is (187,163,236). Sum of RGB (Red+Green+Blue) = 187+163+236=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3EC is #445C13. Grayscale: #B2B2B2. Windows color (decimal): -4480020 or 15508411. OLE color: 15508411.

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

Color convert

RGB187163236-
CMYK0.210.3100.07
HSL259.73º65.77%78.24%-
HSV(B)259.73º30.93%92.55%-
XYZ48.7342.8285.05-
YUV178.5160.45134.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 163 (64.06% from 255) = 27.82%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=31.91%
G=27.82%
B=40.27%

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
Decimal1871632360.210.3100.07259.7365.7778.24
HexBBA3EC151F07104424e
Octal273243354253707404102116
Binary1011101110100011111011001010111111011110000010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3EC; }

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

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

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

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

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

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

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

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