Shades of Blue Haze #B4ACCB
Tints of Blue Haze #B4ACCB
RGB
CMYK
RGB Variations
Color information
#B4ACCB (or 0xB4ACCB) is known color: Blue Haze. HEX triplet: B4, AC and CB. RGB value is (180,172,203). Sum of RGB (Red+Green+Blue) = 180+172+203=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACCB is #4B5334. Grayscale: #B1B1B1. Windows color (decimal): -4936501 or 13348020. OLE color: 13348020.
HSL color Cylindrical-coordinate representation of color #B4ACCB: hue angle of 255.48º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4ACCB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 172 | 203 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.20 |
| HSL | 255.48º | 0.23% | 0.74% | - |
| HSV(B) | 255.48º | 0.15% | 0.8% | - |
| XYZ | 44.35 | 43.52 | 62.56 | - |
| YUV | 177.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 203 | 0.11 | 0.15 | 0 | 0.20 | 255.48 | 0.23 | 0.74 |
| Hex | B4 | AC | CB | B | F | 0 | 14 | FF | 17 | 4A |
| Octal | 264 | 254 | 313 | 13 | 17 | 0 | 24 | 377 | 27 | 112 |
| Binary | 10110100 | 10101100 | 11001011 | 1011 | 1111 | 0 | 10100 | 11111111 | 10111 | 1001010 |
Color Harmonies of #B4ACCB
Complementary color
Monochromatic Colors of #B4ACCB
Black with #B4ACCB
Text Example
Text Example
White with #B4ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ACCB; }
p { color: rgb(180,172,203); }
H1.HeaderClassName
{
color: #B4ACCB;
}
.AnyTagClassName
{
color: #B4ACCB;
}
</style>
background-color css
<style>
a { background-color: #B4ACCB; }
a { background-color: rgb(180,172,203); }
div.DivClassName
{
background-color: #B4ACCB;
}
.BgClassName
{
background-color: #B4ACCB;
}
</style>
border-color css
<style>
span { border-color: #B4ACCB; }
span { border-color: rgb(180,172,203); }
td.TdClassName
{
border-color: #B4ACCB;
}
.TagClassName
{
border-color: #B4ACCB;
}
</style>