Html Css Color HEX #B1ADC0 Blue Haze

📋 copy color: '#B1ADC0'

red 177 ◦ green 173 ◦ blue 192

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

Shades of Blue Haze #B1ADC0

Tints of Blue Haze #B1ADC0

RGB

 RED value IS 177 (69.53% from 255) = 32.66%

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

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 32.66%
G = 31.92%
B = 35.42%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1ADC0 (or 0xB1ADC0) is known color: Blue Haze. HEX triplet: B1, AD and C0. RGB value is (177,173,192). Sum of RGB (Red+Green+Blue) = 177+173+192=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #B1ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADC0 is #4E523F. Grayscale: #B0B0B0. Windows color (decimal): -5132864 or 12627377. OLE color: 12627377.

HSL color Cylindrical-coordinate representation of color #B1ADC0: hue angle of 252.63º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1ADC0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 173 192 -
CMYK 0.08 0.10 0 0.25
HSL 252.63º 0.13% 0.72% -
HSV(B) 252.63º 0.1% 0.75% -
XYZ 42.59 43.04 55.93 -
YUV 176.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 177 173 192 0.08 0.10 0 0.25 252.63 0.13 0.72
Hex B1 AD C0 8 A 0 19 FD D 48
Octal 261 255 300 10 12 0 31 375 15 110
Binary 10110001 10101101 11000000 1000 1010 0 11001 11111101 1101 1001000

Color Harmonies of #B1ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADC0

Black with #B1ADC0

Text Example


Text Example

White with #B1ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADC0; }

 p { color: rgb(177,173,192); }

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

background-color css

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

 a { background-color: rgb(177,173,192); }

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

border-color css

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

 span { border-color: rgb(177,173,192); }

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