#B0ADDD

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

Shades of Lavender Grey #B0ADDD

Tints of Lavender Grey #B0ADDD

Color information

#B0ADDD (or 0xB0ADDD) is unknown color: approx Lavender Grey. HEX triplet: B0, AD and DD. RGB value is (176,173,221). Sum of RGB (Red+Green+Blue) = 176+173+221=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADDD is #4F5222. Grayscale: #B3B3B3. Windows color (decimal): -5198371 or 14527920. OLE color: 14527920.

HSL color Cylindrical-coordinate representation of color #B0ADDD: hue angle of 243.75º degrees, saturation: 0.41, 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 #B0ADDD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176173221-
CMYK0.200.2200.13
HSL243.75º41.38%77.25%-
HSV(B)243.75º21.72%86.67%-
XYZ45.944.3474.55-
YUV179.37151.49125.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=30.88%
G=30.35%
B=38.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761732210.200.2200.13243.7541.3877.25
HexB0ADDD14160Df4294d
Octal260255335242601536451115
Binary101100001010110111011101101001011001101111101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADDD; }

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

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

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

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

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

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

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

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