Html Css Color HEX #B0ADC2 Blue Haze

📋 copy color: '#B0ADC2'

red 176 ◦ green 173 ◦ blue 194

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

Shades of Blue Haze #B0ADC2

Tints of Blue Haze #B0ADC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 32.41%
G = 31.86%
B = 35.73%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B0ADC2 (or 0xB0ADC2) is known color: Blue Haze. HEX triplet: B0, AD and C2. RGB value is (176,173,194). Sum of RGB (Red+Green+Blue) = 176+173+194=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 194 - color contains mainly: blue. Hex color #B0ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADC2 is #4F523D. Grayscale: #B0B0B0. Windows color (decimal): -5198398 or 12758448. OLE color: 12758448.

HSL color Cylindrical-coordinate representation of color #B0ADC2: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0ADC2 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 173 194 -
CMYK 0.09 0.11 0 0.24
HSL 248.57º 0.15% 0.72% -
HSV(B) 248.57º 0.11% 0.76% -
XYZ 42.59 43.01 57.1 -
YUV 176.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 176 173 194 0.09 0.11 0 0.24 248.57 0.15 0.72
Hex B0 AD C2 9 B 0 18 F9 F 48
Octal 260 255 302 11 13 0 30 371 17 110
Binary 10110000 10101101 11000010 1001 1011 0 11000 11111001 1111 1001000

Color Harmonies of #B0ADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADC2

Black with #B0ADC2

Text Example


Text Example

White with #B0ADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADC2; }

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

 H1.HeaderClassName
 {
   color: #B0ADC2;
 }
 .AnyTagClassName
 {
   color: #B0ADC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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