#B7B0DE

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

Shades of Lavender Grey #B7B0DE

Tints of Lavender Grey #B7B0DE

Color information

#B7B0DE (or 0xB7B0DE) is unknown color: approx Lavender Grey. HEX triplet: B7, B0 and DE. RGB value is (183,176,222). Sum of RGB (Red+Green+Blue) = 183+176+222=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0DE is #484F21. Grayscale: #B7B7B7. Windows color (decimal): -4738850 or 14594231. OLE color: 14594231.

HSL color Cylindrical-coordinate representation of color #B7B0DE: hue angle of 249.13º 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 #B7B0DE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183176222-
CMYK0.180.2100.13
HSL249.13º41.07%78.04%-
HSV(B)249.13º20.72%87.06%-
XYZ48.2446.3975.52-
YUV183.34149.82127.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 176 (69.14% from 255) = 30.29%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=31.50%
G=30.29%
B=38.21%

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
Decimal1831762220.180.2100.13249.1341.0778.04
HexB7B0DE12150Df9294e
Octal267260336222501537151116
Binary101101111011000011011110100101010101101111110011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B0DE; }

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

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

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

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

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

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

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

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