#B4B8DA

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

Shades of Lavender Grey #B4B8DA

Tints of Lavender Grey #B4B8DA

Color information

#B4B8DA (or 0xB4B8DA) is unknown color: approx Lavender Grey. HEX triplet: B4, B8 and DA. RGB value is (180,184,218). Sum of RGB (Red+Green+Blue) = 180+184+218=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4B8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8DA is #4B4725. Grayscale: #BABABA. Windows color (decimal): -4933414 or 14334132. OLE color: 14334132.

HSL color Cylindrical-coordinate representation of color #B4B8DA: hue angle of 233.68º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4B8DA is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180184218-
CMYK0.170.1600.15
HSL233.68º33.93%78.04%-
HSV(B)233.68º17.43%85.49%-
XYZ48.6249.0573.23-
YUV186.68145.67123.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.93%
GREEN value IS 184 (72.27% from 255) = 31.62%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=30.93%
G=31.62%
B=37.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801842180.170.1600.15233.6833.9378.04
HexB4B8DA11100Fea224e
Octal264270332212001735242116
Binary101101001011100011011010100011000001111111010101000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B8DA; }

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

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

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

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

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

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

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

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