#B0ADDA

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

Shades of Lavender Grey #B0ADDA

Tints of Lavender Grey #B0ADDA

Color information

#B0ADDA (or 0xB0ADDA) is unknown color: approx Lavender Grey. HEX triplet: B0, AD and DA. RGB value is (176,173,218). Sum of RGB (Red+Green+Blue) = 176+173+218=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADDA is #4F5225. Grayscale: #B2B2B2. Windows color (decimal): -5198374 or 14331312. OLE color: 14331312.

HSL color Cylindrical-coordinate representation of color #B0ADDA: hue angle of 244º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0ADDA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176173218-
CMYK0.190.2100.15
HSL244º37.82%76.67%-
HSV(B)244º20.64%85.49%-
XYZ45.544.1872.46-
YUV179.03149.99125.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=31.04%
G=30.51%
B=38.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761732180.190.2100.1524437.8276.67
HexB0ADDA13150Ff4264d
Octal260255332232501736446115
Binary101100001010110111011010100111010101111111101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADDA; }

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

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

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

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

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

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

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

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