#BBB9EE

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

Shades of Lavender Grey #BBB9EE

Tints of Lavender Grey #BBB9EE

Color information

#BBB9EE (or 0xBBB9EE) is unknown color: approx Lavender Grey. HEX triplet: BB, B9 and EE. RGB value is (187,185,238). Sum of RGB (Red+Green+Blue) = 187+185+238=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9EE is #444611. Grayscale: #BFBFBF. Windows color (decimal): -4474386 or 15645115. OLE color: 15645115.

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

Color convert

RGB187185238-
CMYK0.210.2200.07
HSL242.26º60.92%82.94%-
HSV(B)242.26º22.27%93.33%-
XYZ53.2851.4488.01-
YUV191.64154.16124.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 185 (72.66% from 255) = 30.33%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=30.66%
G=30.33%
B=39.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871852380.210.2200.07242.2660.9282.94
HexBBB9EE151607f23d53
Octal27327135625260736275123
Binary10111011101110011110111010101101100111111100101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9EE; }

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

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

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

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

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

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

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

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