#B5BAD4

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

Shades of Lavender Grey #B5BAD4

Tints of Lavender Grey #B5BAD4

Color information

#B5BAD4 (or 0xB5BAD4) is unknown color: approx Lavender Grey. HEX triplet: B5, BA and D4. RGB value is (181,186,212). Sum of RGB (Red+Green+Blue) = 181+186+212=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #B5BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAD4 is #4A452B. Grayscale: #BBBBBB. Windows color (decimal): -4867372 or 13941429. OLE color: 13941429.

HSL color Cylindrical-coordinate representation of color #B5BAD4: hue angle of 230.32º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5BAD4 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181186212-
CMYK0.150.1200.17
HSL230.32º26.5%77.06%-
HSV(B)230.32º14.62%83.14%-
XYZ48.549.769.32-
YUV187.47141.84123.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=31.26%
G=32.12%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811862120.150.1200.17230.3226.577.06
HexB5BAD4FC011e61a4d
Octal265272324171402134632115
Binary1011010110111010110101001111110001000111100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAD4; }

 p { color: rgb(181,186,212); }

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

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

 a { background-color: rgb(181,186,212); }

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

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

 span { border-color: rgb(181,186,212); }

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