#B7BAD5

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

Shades of Lavender Grey #B7BAD5

Tints of Lavender Grey #B7BAD5

Color information

#B7BAD5 (or 0xB7BAD5) is unknown color: approx Lavender Grey. HEX triplet: B7, BA and D5. RGB value is (183,186,213). Sum of RGB (Red+Green+Blue) = 183+186+213=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #B7BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAD5 is #48452A. Grayscale: #BCBCBC. Windows color (decimal): -4736299 or 14006967. OLE color: 14006967.

HSL color Cylindrical-coordinate representation of color #B7BAD5: hue angle of 234º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7BAD5 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183186213-
CMYK0.140.1300.16
HSL234º26.32%77.65%-
HSV(B)234º14.08%83.53%-
XYZ49.149.9970.01-
YUV188.18142.01124.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.44%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 213 (83.59% from 255) = 36.60%
R=31.44%
G=31.96%
B=36.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831862130.140.1300.1623426.3277.65
HexB7BAD5ED010ea1a4e
Octal267272325161502035232116
Binary1011011110111010110101011110110101000011101010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAD5; }

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

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

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

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

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

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

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

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