#BBA4EE

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

Shades of Perfume #BBA4EE

Tints of Perfume #BBA4EE

Color information

#BBA4EE (or 0xBBA4EE) is unknown color: approx Perfume. HEX triplet: BB, A4 and EE. RGB value is (187,164,238). Sum of RGB (Red+Green+Blue) = 187+164+238=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBA4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4EE is #445B11. Grayscale: #B3B3B3. Windows color (decimal): -4479762 or 15639739. OLE color: 15639739.

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

Color convert

RGB187164238-
CMYK0.210.3100.07
HSL258.65º68.52%78.82%-
HSV(B)258.65º31.09%93.33%-
XYZ49.243.2986.65-
YUV179.31161.12133.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=31.75%
G=27.84%
B=40.41%

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
Decimal1871642380.210.3100.07258.6568.5278.82
HexBBA4EE151F07103454f
Octal273244356253707403105117
Binary1011101110100100111011101010111111011110000001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4EE; }

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

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

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

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

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

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

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

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