#BBB5EB

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

Shades of Lavender Grey #BBB5EB

Tints of Lavender Grey #BBB5EB

Color information

#BBB5EB (or 0xBBB5EB) is unknown color: approx Lavender Grey. HEX triplet: BB, B5 and EB. RGB value is (187,181,235). Sum of RGB (Red+Green+Blue) = 187+181+235=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5EB is #444A14. Grayscale: #BCBCBC. Windows color (decimal): -4475413 or 15447483. OLE color: 15447483.

HSL color Cylindrical-coordinate representation of color #BBB5EB: hue angle of 246.67º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB5EB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187181235-
CMYK0.200.2300.08
HSL246.67º57.45%81.57%-
HSV(B)246.67º22.98%92.16%-
XYZ52.0149.6185.43-
YUV188.95153.99126.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=31.01%
G=30.02%
B=38.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871812350.200.2300.08246.6757.4581.57
HexBBB5EB141708f73952
Octal273265353242701036771122
Binary101110111011010111101011101001011101000111101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5EB; }

 p { color: rgb(187,181,235); }

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

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

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

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

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

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

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