#B7BAD0

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

Shades of Lavender Grey #B7BAD0

Tints of Lavender Grey #B7BAD0

Color information

#B7BAD0 (or 0xB7BAD0) is unknown color: approx Lavender Grey. HEX triplet: B7, BA and D0. RGB value is (183,186,208). Sum of RGB (Red+Green+Blue) = 183+186+208=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAD0 is #48452F. Grayscale: #BBBBBB. Windows color (decimal): -4736304 or 13679287. OLE color: 13679287.

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

Color convert

RGB183186208-
CMYK0.120.1100.18
HSL232.8º21.01%76.67%-
HSV(B)232.8º12.02%81.57%-
XYZ48.4749.7466.72-
YUV187.61139.51124.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.72%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=31.72%
G=32.24%
B=36.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831862080.120.1100.18232.821.0176.67
HexB7BAD0CB012e9154d
Octal267272320141302235125115
Binary1011011110111010110100001100101101001011101001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAD0; }

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

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

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

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

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

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

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

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