#B7B8DC

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

Shades of Lavender Grey #B7B8DC

Tints of Lavender Grey #B7B8DC

Color information

#B7B8DC (or 0xB7B8DC) is unknown color: approx Lavender Grey. HEX triplet: B7, B8 and DC. RGB value is (183,184,220). Sum of RGB (Red+Green+Blue) = 183+184+220=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8DC is #484723. Grayscale: #BBBBBB. Windows color (decimal): -4736804 or 14465207. OLE color: 14465207.

HSL color Cylindrical-coordinate representation of color #B7B8DC: hue angle of 238.38º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7B8DC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183184220-
CMYK0.170.1600.14
HSL238.38º34.58%79.02%-
HSV(B)238.38º16.82%86.27%-
XYZ49.5949.5274.65-
YUV187.8146.17124.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=31.18%
G=31.35%
B=37.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831842200.170.1600.14238.3834.5879.02
HexB7B8DC11100Eee234f
Octal267270334212001635643117
Binary101101111011100011011100100011000001110111011101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B8DC; }

 p { color: rgb(183,184,220); }

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

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

 a { background-color: rgb(183,184,220); }

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

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

 span { border-color: rgb(183,184,220); }

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