Shades of Blue Haze #B2ACCB
Tints of Blue Haze #B2ACCB
RGB
CMYK
RGB Variations
Color information
#B2ACCB (or 0xB2ACCB) is known color: Blue Haze. HEX triplet: B2, AC and CB. RGB value is (178,172,203). Sum of RGB (Red+Green+Blue) = 178+172+203=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACCB is #4D5334. Grayscale: #B1B1B1. Windows color (decimal): -5067573 or 13348018. OLE color: 13348018.
HSL color Cylindrical-coordinate representation of color #B2ACCB: hue angle of 251.61º 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 #B2ACCB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 172 | 203 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.20 |
| HSL | 251.61º | 0.23% | 0.74% | - |
| HSV(B) | 251.61º | 0.15% | 0.8% | - |
| XYZ | 43.89 | 43.28 | 62.54 | - |
| YUV | 177.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 203 | 0.12 | 0.15 | 0 | 0.20 | 251.61 | 0.23 | 0.74 |
| Hex | B2 | AC | CB | C | F | 0 | 14 | FC | 17 | 4A |
| Octal | 262 | 254 | 313 | 14 | 17 | 0 | 24 | 374 | 27 | 112 |
| Binary | 10110010 | 10101100 | 11001011 | 1100 | 1111 | 0 | 10100 | 11111100 | 10111 | 1001010 |
Color Harmonies of #B2ACCB
Complementary color
Monochromatic Colors of #B2ACCB
Black with #B2ACCB
Text Example
Text Example
White with #B2ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACCB; }
p { color: rgb(178,172,203); }
H1.HeaderClassName
{
color: #B2ACCB;
}
.AnyTagClassName
{
color: #B2ACCB;
}
</style>
background-color css
<style>
a { background-color: #B2ACCB; }
a { background-color: rgb(178,172,203); }
div.DivClassName
{
background-color: #B2ACCB;
}
.BgClassName
{
background-color: #B2ACCB;
}
</style>
border-color css
<style>
span { border-color: #B2ACCB; }
span { border-color: rgb(178,172,203); }
td.TdClassName
{
border-color: #B2ACCB;
}
.TagClassName
{
border-color: #B2ACCB;
}
</style>