#BBBED1

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

Shades of Lavender Grey #BBBED1

Tints of Lavender Grey #BBBED1

Color information

#BBBED1 (or 0xBBBED1) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and D1. RGB value is (187,190,209). Sum of RGB (Red+Green+Blue) = 187+190+209=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED1 is #44412E. Grayscale: #BFBFBF. Windows color (decimal): -4473135 or 13745851. OLE color: 13745851.

HSL color Cylindrical-coordinate representation of color #BBBED1: hue angle of 231.82º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBED1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187190209-
CMYK0.110.0900.18
HSL231.82º19.3%77.65%-
HSV(B)231.82º10.53%81.96%-
XYZ50.425267.7-
YUV191.27138.01124.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=31.91%
G=32.42%
B=35.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871902090.110.0900.18231.8219.377.65
HexBBBED1B9012e8134e
Octal273276321131102235023116
Binary1011101110111110110100011011100101001011101000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBED1; }

 p { color: rgb(187,190,209); }

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

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

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

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

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

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

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