Shades of Blue Haze #B4ADC5
Tints of Blue Haze #B4ADC5
RGB
CMYK
RGB Variations
Color information
#B4ADC5 (or 0xB4ADC5) is known color: Blue Haze. HEX triplet: B4, AD and C5. RGB value is (180,173,197). Sum of RGB (Red+Green+Blue) = 180+173+197=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 197 - color contains mainly: blue. Hex color #B4ADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADC5 is #4B523A. Grayscale: #B1B1B1. Windows color (decimal): -4936251 or 12955060. OLE color: 12955060.
HSL color Cylindrical-coordinate representation of color #B4ADC5: hue angle of 257.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4ADC5 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 173 | 197 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.23 |
| HSL | 257.5º | 0.17% | 0.73% | - |
| HSV(B) | 257.5º | 0.12% | 0.77% | - |
| XYZ | 43.84 | 43.62 | 58.93 | - |
| YUV | 177.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 197 | 0.09 | 0.12 | 0 | 0.23 | 257.5 | 0.17 | 0.73 |
| Hex | B4 | AD | C5 | 9 | C | 0 | 17 | 102 | 11 | 49 |
| Octal | 264 | 255 | 305 | 11 | 14 | 0 | 27 | 402 | 21 | 111 |
| Binary | 10110100 | 10101101 | 11000101 | 1001 | 1100 | 0 | 10111 | 100000010 | 10001 | 1001001 |
Color Harmonies of #B4ADC5
Complementary color
Monochromatic Colors of #B4ADC5
Black with #B4ADC5
Text Example
Text Example
White with #B4ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADC5; }
p { color: rgb(180,173,197); }
H1.HeaderClassName
{
color: #B4ADC5;
}
.AnyTagClassName
{
color: #B4ADC5;
}
</style>
background-color css
<style>
a { background-color: #B4ADC5; }
a { background-color: rgb(180,173,197); }
div.DivClassName
{
background-color: #B4ADC5;
}
.BgClassName
{
background-color: #B4ADC5;
}
</style>
border-color css
<style>
span { border-color: #B4ADC5; }
span { border-color: rgb(180,173,197); }
td.TdClassName
{
border-color: #B4ADC5;
}
.TagClassName
{
border-color: #B4ADC5;
}
</style>