#B0ADD1

Color #B0ADD1 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B0ADD1

Tints of Blue Haze #B0ADD1

Color information

#B0ADD1 (or 0xB0ADD1) is unknown color: approx Blue Haze. HEX triplet: B0, AD and D1. RGB value is (176,173,209). Sum of RGB (Red+Green+Blue) = 176+173+209=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #B0ADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADD1 is #4F522E. Grayscale: #B1B1B1. Windows color (decimal): -5198383 or 13741488. OLE color: 13741488.

HSL color Cylindrical-coordinate representation of color #B0ADD1: hue angle of 245º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0ADD1 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176173209-
CMYK0.160.1700.18
HSL245º28.12%74.9%-
HSV(B)245º17.22%81.96%-
XYZ44.3643.7266.42-
YUV178145.49126.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=31.54%
G=31.00%
B=37.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761732090.160.1700.1824528.1274.9
HexB0ADD11011012f51c4b
Octal260255321202102236534113
Binary101100001010110111010001100001000101001011110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADD1; }

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

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

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

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

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

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

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

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