#B0ADDE

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

Shades of Lavender Grey #B0ADDE

Tints of Lavender Grey #B0ADDE

Color information

#B0ADDE (or 0xB0ADDE) is unknown color: approx Lavender Grey. HEX triplet: B0, AD and DE. RGB value is (176,173,222). Sum of RGB (Red+Green+Blue) = 176+173+222=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADDE is #4F5221. Grayscale: #B3B3B3. Windows color (decimal): -5198370 or 14593456. OLE color: 14593456.

HSL color Cylindrical-coordinate representation of color #B0ADDE: hue angle of 243.67º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0ADDE is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176173222-
CMYK0.210.2200.13
HSL243.67º42.61%77.45%-
HSV(B)243.67º22.07%87.06%-
XYZ46.0344.3975.25-
YUV179.48151.99125.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=30.82%
G=30.30%
B=38.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761732220.210.2200.13243.6742.6177.45
HexB0ADDE15160Df42b4d
Octal260255336252601536453115
Binary101100001010110111011110101011011001101111101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADDE; }

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

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

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

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

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

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

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

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