#BBA3EE

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

Shades of Perfume #BBA3EE

Tints of Perfume #BBA3EE

Color information

#BBA3EE (or 0xBBA3EE) is unknown color: approx Perfume. HEX triplet: BB, A3 and EE. RGB value is (187,163,238). Sum of RGB (Red+Green+Blue) = 187+163+238=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3EE is #445C11. Grayscale: #B2B2B2. Windows color (decimal): -4480018 or 15639483. OLE color: 15639483.

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

Color convert

RGB187163238-
CMYK0.210.3200.07
HSL259.2º68.81%78.63%-
HSV(B)259.2º31.51%93.33%-
XYZ49.0242.9386.59-
YUV178.73161.45133.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 163 (64.06% from 255) = 27.72%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=31.80%
G=27.72%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871632380.210.3200.07259.268.8178.63
HexBBA3EE152007103454f
Octal273243356254007403105117
Binary10111011101000111110111010101100000011110000001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3EE; }

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

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

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

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

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

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

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

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