#B4B8DB

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

Shades of Lavender Grey #B4B8DB

Tints of Lavender Grey #B4B8DB

Color information

#B4B8DB (or 0xB4B8DB) is unknown color: approx Lavender Grey. HEX triplet: B4, B8 and DB. RGB value is (180,184,219). Sum of RGB (Red+Green+Blue) = 180+184+219=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4B8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8DB is #4B4724. Grayscale: #BABABA. Windows color (decimal): -4933413 or 14399668. OLE color: 14399668.

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

Color convert

RGB180184219-
CMYK0.180.1600.14
HSL233.85º35.14%78.24%-
HSV(B)233.85º17.81%85.88%-
XYZ48.7549.173.93-
YUV186.79146.17123.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.87%
GREEN value IS 184 (72.27% from 255) = 31.56%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=30.87%
G=31.56%
B=37.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801842190.180.1600.14233.8535.1478.24
HexB4B8DB12100Eea234e
Octal264270333222001635243116
Binary101101001011100011011011100101000001110111010101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B8DB; }

 p { color: rgb(180,184,219); }

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

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

 a { background-color: rgb(180,184,219); }

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

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

 span { border-color: rgb(180,184,219); }

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