Html Css Color HEX #B0ADC4 Blue Haze

📋 copy color: '#B0ADC4'

red 176 ◦ green 173 ◦ blue 196

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

Shades of Blue Haze #B0ADC4

Tints of Blue Haze #B0ADC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.96%

R = 32.29%
G = 31.74%
B = 35.96%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B0ADC4 (or 0xB0ADC4) is known color: Blue Haze. HEX triplet: B0, AD and C4. RGB value is (176,173,196). Sum of RGB (Red+Green+Blue) = 176+173+196=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #B0ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADC4 is #4F523B. Grayscale: #B0B0B0. Windows color (decimal): -5198396 or 12889520. OLE color: 12889520.

HSL color Cylindrical-coordinate representation of color #B0ADC4: hue angle of 247.83º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0ADC4 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 173 196 -
CMYK 0.10 0.12 0 0.23
HSL 247.83º 0.16% 0.72% -
HSV(B) 247.83º 0.12% 0.77% -
XYZ 42.81 43.1 58.29 -
YUV 176.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 176 173 196 0.10 0.12 0 0.23 247.83 0.16 0.72
Hex B0 AD C4 A C 0 17 F8 10 48
Octal 260 255 304 12 14 0 27 370 20 110
Binary 10110000 10101101 11000100 1010 1100 0 10111 11111000 10000 1001000

Color Harmonies of #B0ADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADC4

Black with #B0ADC4

Text Example


Text Example

White with #B0ADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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