#B0ADD6

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

Shades of Lavender Grey #B0ADD6

Tints of Lavender Grey #B0ADD6

Color information

#B0ADD6 (or 0xB0ADD6) is unknown color: approx Lavender Grey. HEX triplet: B0, AD and D6. RGB value is (176,173,214). Sum of RGB (Red+Green+Blue) = 176+173+214=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #B0ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADD6 is #4F5229. Grayscale: #B2B2B2. Windows color (decimal): -5198378 or 14069168. OLE color: 14069168.

HSL color Cylindrical-coordinate representation of color #B0ADD6: hue angle of 244.39º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0ADD6 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176173214-
CMYK0.180.1900.16
HSL244.39º33.33%75.88%-
HSV(B)244.39º19.16%83.92%-
XYZ44.9943.9769.73-
YUV178.57147.99126.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=31.26%
G=30.73%
B=38.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761732140.180.1900.16244.3933.3375.88
HexB0ADD61213010f4214c
Octal260255326222302036441114
Binary1011000010101101110101101001010011010000111101001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADD6; }

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

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

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

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

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

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

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

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