Shades of Blue Haze #B2ACCD
Tints of Blue Haze #B2ACCD
RGB
CMYK
RGB Variations
Color information
#B2ACCD (or 0xB2ACCD) is known color: Blue Haze. HEX triplet: B2, AC and CD. RGB value is (178,172,205). Sum of RGB (Red+Green+Blue) = 178+172+205=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACCD is #4D5332. Grayscale: #B1B1B1. Windows color (decimal): -5067571 or 13479090. OLE color: 13479090.
HSL color Cylindrical-coordinate representation of color #B2ACCD: hue angle of 250.91º degrees, saturation: 0.25, 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 #B2ACCD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 172 | 205 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.20 |
| HSL | 250.91º | 0.25% | 0.74% | - |
| HSV(B) | 250.91º | 0.16% | 0.8% | - |
| XYZ | 44.13 | 43.38 | 63.8 | - |
| YUV | 177.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 205 | 0.13 | 0.16 | 0 | 0.20 | 250.91 | 0.25 | 0.74 |
| Hex | B2 | AC | CD | D | 10 | 0 | 14 | FB | 19 | 4A |
| Octal | 262 | 254 | 315 | 15 | 20 | 0 | 24 | 373 | 31 | 112 |
| Binary | 10110010 | 10101100 | 11001101 | 1101 | 10000 | 0 | 10100 | 11111011 | 11001 | 1001010 |
Color Harmonies of #B2ACCD
Complementary color
Monochromatic Colors of #B2ACCD
Black with #B2ACCD
Text Example
Text Example
White with #B2ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACCD; }
p { color: rgb(178,172,205); }
H1.HeaderClassName
{
color: #B2ACCD;
}
.AnyTagClassName
{
color: #B2ACCD;
}
</style>
background-color css
<style>
a { background-color: #B2ACCD; }
a { background-color: rgb(178,172,205); }
div.DivClassName
{
background-color: #B2ACCD;
}
.BgClassName
{
background-color: #B2ACCD;
}
</style>
border-color css
<style>
span { border-color: #B2ACCD; }
span { border-color: rgb(178,172,205); }
td.TdClassName
{
border-color: #B2ACCD;
}
.TagClassName
{
border-color: #B2ACCD;
}
</style>