#B6BBD7

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

Shades of Lavender Grey #B6BBD7

Tints of Lavender Grey #B6BBD7

Color information

#B6BBD7 (or 0xB6BBD7) is unknown color: approx Lavender Grey. HEX triplet: B6, BB and D7. RGB value is (182,187,215). Sum of RGB (Red+Green+Blue) = 182+187+215=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #B6BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBD7 is #494428. Grayscale: #BCBCBC. Windows color (decimal): -4801577 or 14138294. OLE color: 14138294.

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

Color convert

RGB182187215-
CMYK0.150.1300.16
HSL230.91º29.2%77.84%-
HSV(B)230.91º15.35%84.31%-
XYZ49.3350.3971.42-
YUV188.7142.84123.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=31.16%
G=32.02%
B=36.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821872150.150.1300.16230.9129.277.84
HexB6BBD7FD010e71d4e
Octal266273327171502034735116
Binary1011011010111011110101111111110101000011100111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBD7; }

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

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

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

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

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

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

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

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