Html Css Color HEX #B0ADD1 Blue Haze

📋 copy color: '#B0ADD1'

red 176 ◦ green 173 ◦ blue 209

#B0ADD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #B0ADD1

Tints of Blue Haze #B0ADD1

RGB

 RED value IS 176 (69.14% from 255) = 31.54%

 GREEN value IS 173 (67.97% from 255) = 31%

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 31.54%
G = 31%
B = 37.46%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B0ADD1 (or 0xB0ADD1) is known color: 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

RGB 176 173 209 -
CMYK 0.16 0.17 0 0.18
HSL 245º 0.28% 0.75% -
HSV(B) 245º 0.17% 0.82% -
XYZ 44.36 43.72 66.42 -
YUV 178 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 176 173 209 0.16 0.17 0 0.18 245 0.28 0.75
Hex B0 AD D1 10 11 0 12 F5 1C 4B
Octal 260 255 321 20 21 0 22 365 34 113
Binary 10110000 10101101 11010001 10000 10001 0 10010 11110101 11100 1001011

Color Harmonies of #B0ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADD1

Black with #B0ADD1

Text Example


Text Example

White with #B0ADD1

Text Example


Text Example

HTML Codes & Css Web 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>