#B6BBD5

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

Shades of Lavender Grey #B6BBD5

Tints of Lavender Grey #B6BBD5

Color information

#B6BBD5 (or 0xB6BBD5) is unknown color: approx Lavender Grey. HEX triplet: B6, BB and D5. RGB value is (182,187,213). Sum of RGB (Red+Green+Blue) = 182+187+213=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #B6BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBD5 is #49442A. Grayscale: #BCBCBC. Windows color (decimal): -4801579 or 14007222. OLE color: 14007222.

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

Color convert

RGB182187213-
CMYK0.150.1200.16
HSL230.32º26.96%77.45%-
HSV(B)230.32º14.55%83.53%-
XYZ49.0750.2970.07-
YUV188.47141.84123.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.27%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 213 (83.59% from 255) = 36.60%
R=31.27%
G=32.13%
B=36.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821872130.150.1200.16230.3226.9677.45
HexB6BBD5FC010e61b4d
Octal266273325171402034633115
Binary1011011010111011110101011111110001000011100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBD5; }

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

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

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

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

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

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

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

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