#BBA5EE

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

Shades of Perfume #BBA5EE

Tints of Perfume #BBA5EE

Color information

#BBA5EE (or 0xBBA5EE) is unknown color: approx Perfume. HEX triplet: BB, A5 and EE. RGB value is (187,165,238). Sum of RGB (Red+Green+Blue) = 187+165+238=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBA5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5EE is #445A11. Grayscale: #B3B3B3. Windows color (decimal): -4479506 or 15639995. OLE color: 15639995.

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

Color convert

RGB187165238-
CMYK0.210.3100.07
HSL258.08º68.22%79.02%-
HSV(B)258.08º30.67%93.33%-
XYZ49.3843.6586.71-
YUV179.9160.79133.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 165 (64.84% from 255) = 27.97%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=31.69%
G=27.97%
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
Decimal1871652380.210.3100.07258.0868.2279.02
HexBBA5EE151F07102444f
Octal273245356253707402104117
Binary1011101110100101111011101010111111011110000001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5EE; }

 p { color: rgb(187,165,238); }

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

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

 a { background-color: rgb(187,165,238); }

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

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

 span { border-color: rgb(187,165,238); }

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