Shades of Blue Haze #B3B1CA
Tints of Blue Haze #B3B1CA
RGB
CMYK
RGB Variations
Color information
#B3B1CA (or 0xB3B1CA) is known color: Blue Haze. HEX triplet: B3, B1 and CA. RGB value is (179,177,202). Sum of RGB (Red+Green+Blue) = 179+177+202=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B1CA is #4C4E35. Grayscale: #B4B4B4. Windows color (decimal): -5000758 or 13283763. OLE color: 13283763.
HSL color Cylindrical-coordinate representation of color #B3B1CA: hue angle of 244.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3B1CA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 177 | 202 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.21 |
| HSL | 244.8º | 0.19% | 0.74% | - |
| HSV(B) | 244.8º | 0.12% | 0.79% | - |
| XYZ | 44.97 | 45.29 | 62.25 | - |
| YUV | 180.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 202 | 0.11 | 0.12 | 0 | 0.21 | 244.8 | 0.19 | 0.74 |
| Hex | B3 | B1 | CA | B | C | 0 | 15 | F5 | 13 | 4A |
| Octal | 263 | 261 | 312 | 13 | 14 | 0 | 25 | 365 | 23 | 112 |
| Binary | 10110011 | 10110001 | 11001010 | 1011 | 1100 | 0 | 10101 | 11110101 | 10011 | 1001010 |
Color Harmonies of #B3B1CA
Complementary color
Monochromatic Colors of #B3B1CA
Black with #B3B1CA
Text Example
Text Example
White with #B3B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B1CA; }
p { color: rgb(179,177,202); }
H1.HeaderClassName
{
color: #B3B1CA;
}
.AnyTagClassName
{
color: #B3B1CA;
}
</style>
background-color css
<style>
a { background-color: #B3B1CA; }
a { background-color: rgb(179,177,202); }
div.DivClassName
{
background-color: #B3B1CA;
}
.BgClassName
{
background-color: #B3B1CA;
}
</style>
border-color css
<style>
span { border-color: #B3B1CA; }
span { border-color: rgb(179,177,202); }
td.TdClassName
{
border-color: #B3B1CA;
}
.TagClassName
{
border-color: #B3B1CA;
}
</style>