#B6B9DD

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

Shades of Lavender Grey #B6B9DD

Tints of Lavender Grey #B6B9DD

Color information

#B6B9DD (or 0xB6B9DD) is unknown color: approx Lavender Grey. HEX triplet: B6, B9 and DD. RGB value is (182,185,221). Sum of RGB (Red+Green+Blue) = 182+185+221=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B9DD is #494622. Grayscale: #BCBCBC. Windows color (decimal): -4802083 or 14530998. OLE color: 14530998.

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

Color convert

RGB182185221-
CMYK0.180.1600.13
HSL235.38º36.45%79.02%-
HSV(B)235.38º17.65%86.67%-
XYZ49.6949.8675.41-
YUV188.21146.51123.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.95%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=30.95%
G=31.46%
B=37.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821852210.180.1600.13235.3836.4579.02
HexB6B9DD12100Deb244f
Octal266271335222001535344117
Binary101101101011100111011101100101000001101111010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B9DD; }

 p { color: rgb(182,185,221); }

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

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

 a { background-color: rgb(182,185,221); }

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

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

 span { border-color: rgb(182,185,221); }

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