#B6B0DE

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

Shades of Lavender Grey #B6B0DE

Tints of Lavender Grey #B6B0DE

Color information

#B6B0DE (or 0xB6B0DE) is unknown color: approx Lavender Grey. HEX triplet: B6, B0 and DE. RGB value is (182,176,222). Sum of RGB (Red+Green+Blue) = 182+176+222=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B0DE is #494F21. Grayscale: #B6B6B6. Windows color (decimal): -4804386 or 14594230. OLE color: 14594230.

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

Color convert

RGB182176222-
CMYK0.180.2100.13
HSL247.83º41.07%78.04%-
HSV(B)247.83º20.72%87.06%-
XYZ4846.2775.51-
YUV183.04149.99127.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 176 (69.14% from 255) = 30.34%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=31.38%
G=30.34%
B=38.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821762220.180.2100.13247.8341.0778.04
HexB6B0DE12150Df8294e
Octal266260336222501537051116
Binary101101101011000011011110100101010101101111110001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B0DE; }

 p { color: rgb(182,176,222); }

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

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

 a { background-color: rgb(182,176,222); }

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

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

 span { border-color: rgb(182,176,222); }

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