#B7B7D0

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

Shades of Lavender Grey #B7B7D0

Tints of Lavender Grey #B7B7D0

Color information

#B7B7D0 (or 0xB7B7D0) is unknown color: approx Lavender Grey. HEX triplet: B7, B7 and D0. RGB value is (183,183,208). Sum of RGB (Red+Green+Blue) = 183+183+208=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7D0 is #48482F. Grayscale: #B9B9B9. Windows color (decimal): -4737072 or 13678519. OLE color: 13678519.

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

Color convert

RGB183183208-
CMYK0.120.1200.18
HSL240º21.01%76.67%-
HSV(B)240º12.02%81.57%-
XYZ47.8548.4966.51-
YUV185.85140.5125.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=31.88%
G=31.88%
B=36.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831832080.120.1200.1824021.0176.67
HexB7B7D0CC012f0154d
Octal267267320141402236025115
Binary1011011110110111110100001100110001001011110000101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7D0; }

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

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

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

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

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

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

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

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