Shades of Blue Haze #B4ADCD
Tints of Blue Haze #B4ADCD
RGB
CMYK
RGB Variations
Color information
#B4ADCD (or 0xB4ADCD) is known color: Blue Haze. HEX triplet: B4, AD and CD. RGB value is (180,173,205). Sum of RGB (Red+Green+Blue) = 180+173+205=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADCD is #4B5232. Grayscale: #B2B2B2. Windows color (decimal): -4936243 or 13479348. OLE color: 13479348.
HSL color Cylindrical-coordinate representation of color #B4ADCD: hue angle of 253.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4ADCD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 173 | 205 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.20 |
| HSL | 253.13º | 0.24% | 0.74% | - |
| HSV(B) | 253.13º | 0.16% | 0.8% | - |
| XYZ | 44.79 | 44 | 63.89 | - |
| YUV | 178.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 205 | 0.12 | 0.16 | 0 | 0.20 | 253.13 | 0.24 | 0.74 |
| Hex | B4 | AD | CD | C | 10 | 0 | 14 | FD | 18 | 4A |
| Octal | 264 | 255 | 315 | 14 | 20 | 0 | 24 | 375 | 30 | 112 |
| Binary | 10110100 | 10101101 | 11001101 | 1100 | 10000 | 0 | 10100 | 11111101 | 11000 | 1001010 |
Color Harmonies of #B4ADCD
Complementary color
Monochromatic Colors of #B4ADCD
Black with #B4ADCD
Text Example
Text Example
White with #B4ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADCD; }
p { color: rgb(180,173,205); }
H1.HeaderClassName
{
color: #B4ADCD;
}
.AnyTagClassName
{
color: #B4ADCD;
}
</style>
background-color css
<style>
a { background-color: #B4ADCD; }
a { background-color: rgb(180,173,205); }
div.DivClassName
{
background-color: #B4ADCD;
}
.BgClassName
{
background-color: #B4ADCD;
}
</style>
border-color css
<style>
span { border-color: #B4ADCD; }
span { border-color: rgb(180,173,205); }
td.TdClassName
{
border-color: #B4ADCD;
}
.TagClassName
{
border-color: #B4ADCD;
}
</style>