#BBBED7

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

Shades of Lavender Grey #BBBED7

Tints of Lavender Grey #BBBED7

Color information

#BBBED7 (or 0xBBBED7) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and D7. RGB value is (187,190,215). Sum of RGB (Red+Green+Blue) = 187+190+215=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED7 is #444128. Grayscale: #BFBFBF. Windows color (decimal): -4473129 or 14139067. OLE color: 14139067.

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

Color convert

RGB187190215-
CMYK0.130.1200.16
HSL233.57º25.93%78.82%-
HSV(B)233.57º13.02%84.31%-
XYZ51.1752.371.69-
YUV191.95141.01124.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=31.59%
G=32.09%
B=36.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871902150.130.1200.16233.5725.9378.82
HexBBBED7DC010ea1a4f
Octal273276327151402035232117
Binary1011101110111110110101111101110001000011101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBED7; }

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

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

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

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

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

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

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

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