#B0ADE1

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

Shades of Lavender Grey #B0ADE1

Tints of Lavender Grey #B0ADE1

Color information

#B0ADE1 (or 0xB0ADE1) is unknown color: approx Lavender Grey. HEX triplet: B0, AD and E1. RGB value is (176,173,225). Sum of RGB (Red+Green+Blue) = 176+173+225=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADE1 is #4F521E. Grayscale: #B3B3B3. Windows color (decimal): -5198367 or 14790064. OLE color: 14790064.

HSL color Cylindrical-coordinate representation of color #B0ADE1: hue angle of 243.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0ADE1 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176173225-
CMYK0.220.2300.12
HSL243.46º46.43%78.04%-
HSV(B)243.46º23.11%88.24%-
XYZ46.4444.5577.39-
YUV179.82153.49125.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=30.66%
G=30.14%
B=39.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761732250.220.2300.12243.4646.4378.04
HexB0ADE116170Cf32e4e
Octal260255341262701436356116
Binary101100001010110111100001101101011101100111100111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADE1; }

 p { color: rgb(176,173,225); }

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

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

 a { background-color: rgb(176,173,225); }

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

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

 span { border-color: rgb(176,173,225); }

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