#BBBDD7

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

Shades of Lavender Grey #BBBDD7

Tints of Lavender Grey #BBBDD7

Color information

#BBBDD7 (or 0xBBBDD7) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and D7. RGB value is (187,189,215). Sum of RGB (Red+Green+Blue) = 187+189+215=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD7 is #444228. Grayscale: #BFBFBF. Windows color (decimal): -4473385 or 14138811. OLE color: 14138811.

HSL color Cylindrical-coordinate representation of color #BBBDD7: hue angle of 235.71º 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 #BBBDD7 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187189215-
CMYK0.130.1200.16
HSL235.71º25.93%78.82%-
HSV(B)235.71º13.02%84.31%-
XYZ50.9651.8771.62-
YUV191.37141.34124.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=31.64%
G=31.98%
B=36.38%

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
Decimal1871892150.130.1200.16235.7125.9378.82
HexBBBDD7DC010ec1a4f
Octal273275327151402035432117
Binary1011101110111101110101111101110001000011101100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDD7; }

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

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

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

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

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

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

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

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