#BBBBE5

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

Shades of Lavender Grey #BBBBE5

Tints of Lavender Grey #BBBBE5

Color information

#BBBBE5 (or 0xBBBBE5) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and E5. RGB value is (187,187,229). Sum of RGB (Red+Green+Blue) = 187+187+229=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE5 is #44441A. Grayscale: #BFBFBF. Windows color (decimal): -4473883 or 15055803. OLE color: 15055803.

HSL color Cylindrical-coordinate representation of color #BBBBE5: hue angle of 240º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBBE5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187187229-
CMYK0.180.1800.10
HSL240º44.68%81.57%-
HSV(B)240º18.34%89.8%-
XYZ52.4151.7681.36-
YUV191.79149124.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 229 (89.84% from 255) = 37.98%
R=31.01%
G=31.01%
B=37.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871872290.180.1800.1024044.6881.57
HexBBBBE512120Af02d52
Octal273273345222201236055122
Binary101110111011101111100101100101001001010111100001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBE5; }

 p { color: rgb(187,187,229); }

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

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

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

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

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

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

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