#BBBAD7

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

Shades of Lavender Grey #BBBAD7

Tints of Lavender Grey #BBBAD7

Color information

#BBBAD7 (or 0xBBBAD7) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and D7. RGB value is (187,186,215). Sum of RGB (Red+Green+Blue) = 187+186+215=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAD7 is #444528. Grayscale: #BDBDBD. Windows color (decimal): -4474153 or 14138043. OLE color: 14138043.

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

Color convert

RGB187186215-
CMYK0.130.1300.16
HSL242.07º26.61%78.63%-
HSV(B)242.07º13.49%84.31%-
XYZ50.3250.5971.4-
YUV189.6142.33126.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=31.80%
G=31.63%
B=36.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871862150.130.1300.16242.0726.6178.63
HexBBBAD7DD010f21b4f
Octal273272327151502036233117
Binary1011101110111010110101111101110101000011110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAD7; }

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

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

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

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

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

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

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

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