Shades of Blue Haze #B1ADC1
Tints of Blue Haze #B1ADC1
RGB
CMYK
RGB Variations
Color information
#B1ADC1 (or 0xB1ADC1) is known color: Blue Haze. HEX triplet: B1, AD and C1. RGB value is (177,173,193). Sum of RGB (Red+Green+Blue) = 177+173+193=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADC1 is #4E523E. Grayscale: #B0B0B0. Windows color (decimal): -5132863 or 12692913. OLE color: 12692913.
HSL color Cylindrical-coordinate representation of color #B1ADC1: hue angle of 252º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1ADC1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 173 | 193 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.24 |
| HSL | 252º | 0.14% | 0.72% | - |
| HSV(B) | 252º | 0.1% | 0.76% | - |
| XYZ | 42.7 | 43.08 | 56.52 | - |
| YUV | 176.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 193 | 0.08 | 0.10 | 0 | 0.24 | 252 | 0.14 | 0.72 |
| Hex | B1 | AD | C1 | 8 | A | 0 | 18 | FC | E | 48 |
| Octal | 261 | 255 | 301 | 10 | 12 | 0 | 30 | 374 | 16 | 110 |
| Binary | 10110001 | 10101101 | 11000001 | 1000 | 1010 | 0 | 11000 | 11111100 | 1110 | 1001000 |
Color Harmonies of #B1ADC1
Complementary color
Monochromatic Colors of #B1ADC1
Black with #B1ADC1
Text Example
Text Example
White with #B1ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADC1; }
p { color: rgb(177,173,193); }
H1.HeaderClassName
{
color: #B1ADC1;
}
.AnyTagClassName
{
color: #B1ADC1;
}
</style>
background-color css
<style>
a { background-color: #B1ADC1; }
a { background-color: rgb(177,173,193); }
div.DivClassName
{
background-color: #B1ADC1;
}
.BgClassName
{
background-color: #B1ADC1;
}
</style>
border-color css
<style>
span { border-color: #B1ADC1; }
span { border-color: rgb(177,173,193); }
td.TdClassName
{
border-color: #B1ADC1;
}
.TagClassName
{
border-color: #B1ADC1;
}
</style>