#B6B1DD

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

Shades of Lavender Grey #B6B1DD

Tints of Lavender Grey #B6B1DD

Color information

#B6B1DD (or 0xB6B1DD) is unknown color: approx Lavender Grey. HEX triplet: B6, B1 and DD. RGB value is (182,177,221). Sum of RGB (Red+Green+Blue) = 182+177+221=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6B1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B1DD is #494E22. Grayscale: #B7B7B7. Windows color (decimal): -4804131 or 14528950. OLE color: 14528950.

HSL color Cylindrical-coordinate representation of color #B6B1DD: hue angle of 246.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6B1DD is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182177221-
CMYK0.180.2000.13
HSL246.82º39.29%78.04%-
HSV(B)246.82º19.91%86.67%-
XYZ48.0646.6174.87-
YUV183.51149.16126.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=31.38%
G=30.52%
B=38.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821772210.180.2000.13246.8239.2978.04
HexB6B1DD12140Df7274e
Octal266261335222401536747116
Binary101101101011000111011101100101010001101111101111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B1DD; }

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

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

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

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

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

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

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

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