#BBBED5

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

Shades of Lavender Grey #BBBED5

Tints of Lavender Grey #BBBED5

Color information

#BBBED5 (or 0xBBBED5) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and D5. RGB value is (187,190,213). Sum of RGB (Red+Green+Blue) = 187+190+213=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED5 is #44412A. Grayscale: #BFBFBF. Windows color (decimal): -4473131 or 14007995. OLE color: 14007995.

HSL color Cylindrical-coordinate representation of color #BBBED5: hue angle of 233.08º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBED5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187190213-
CMYK0.120.1100.16
HSL233.08º23.64%78.43%-
HSV(B)233.08º12.21%83.53%-
XYZ50.9252.270.34-
YUV191.72140.01124.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=31.69%
G=32.20%
B=36.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871902130.120.1100.16233.0823.6478.43
HexBBBED5CB010e9184e
Octal273276325141302035130116
Binary1011101110111110110101011100101101000011101001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBED5; }

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

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

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

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

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

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

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

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