#B7B7DF

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

Shades of Lavender Grey #B7B7DF

Tints of Lavender Grey #B7B7DF

Color information

#B7B7DF (or 0xB7B7DF) is unknown color: approx Lavender Grey. HEX triplet: B7, B7 and DF. RGB value is (183,183,223). Sum of RGB (Red+Green+Blue) = 183+183+223=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7B7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7DF is #484820. Grayscale: #BBBBBB. Windows color (decimal): -4737057 or 14661559. OLE color: 14661559.

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

Color convert

RGB183183223-
CMYK0.180.1800.13
HSL240º38.46%79.61%-
HSV(B)240º17.94%87.45%-
XYZ49.7849.2676.7-
YUV187.56148124.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.07%
GREEN value IS 183 (71.88% from 255) = 31.07%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=31.07%
G=31.07%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831832230.180.1800.1324038.4679.61
HexB7B7DF12120Df02650
Octal267267337222201536046120
Binary101101111011011111011111100101001001101111100001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7DF; }

 p { color: rgb(183,183,223); }

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

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

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

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

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

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

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