#BBB5ED

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

Shades of Lavender Grey #BBB5ED

Tints of Lavender Grey #BBB5ED

Color information

#BBB5ED (or 0xBBB5ED) is unknown color: approx Lavender Grey. HEX triplet: BB, B5 and ED. RGB value is (187,181,237). Sum of RGB (Red+Green+Blue) = 187+181+237=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5ED is #444A12. Grayscale: #BCBCBC. Windows color (decimal): -4475411 or 15578555. OLE color: 15578555.

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

Color convert

RGB187181237-
CMYK0.210.2400.07
HSL246.43º60.87%81.96%-
HSV(B)246.43º23.63%92.94%-
XYZ52.349.7386.96-
YUV189.18154.99126.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=30.91%
G=29.92%
B=39.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871812370.210.2400.07246.4360.8781.96
HexBBB5ED151807f63d52
Octal27326535525300736675122
Binary10111011101101011110110110101110000111111101101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5ED; }

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

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

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

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

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

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

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

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