Shades of Blue Haze #B3B2CA
Tints of Blue Haze #B3B2CA
RGB
CMYK
RGB Variations
Color information
#B3B2CA (or 0xB3B2CA) is known color: Blue Haze. HEX triplet: B3, B2 and CA. RGB value is (179,178,202). Sum of RGB (Red+Green+Blue) = 179+178+202=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2CA is #4C4D35. Grayscale: #B4B4B4. Windows color (decimal): -5000502 or 13284019. OLE color: 13284019.
HSL color Cylindrical-coordinate representation of color #B3B2CA: hue angle of 242.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3B2CA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 178 | 202 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.21 |
| HSL | 242.5º | 0.18% | 0.75% | - |
| HSV(B) | 242.5º | 0.12% | 0.79% | - |
| XYZ | 45.17 | 45.69 | 62.32 | - |
| YUV | 181.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 202 | 0.11 | 0.12 | 0 | 0.21 | 242.5 | 0.18 | 0.75 |
| Hex | B3 | B2 | CA | B | C | 0 | 15 | F2 | 12 | 4B |
| Octal | 263 | 262 | 312 | 13 | 14 | 0 | 25 | 362 | 22 | 113 |
| Binary | 10110011 | 10110010 | 11001010 | 1011 | 1100 | 0 | 10101 | 11110010 | 10010 | 1001011 |
Color Harmonies of #B3B2CA
Complementary color
Monochromatic Colors of #B3B2CA
Black with #B3B2CA
Text Example
Text Example
White with #B3B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B2CA; }
p { color: rgb(179,178,202); }
H1.HeaderClassName
{
color: #B3B2CA;
}
.AnyTagClassName
{
color: #B3B2CA;
}
</style>
background-color css
<style>
a { background-color: #B3B2CA; }
a { background-color: rgb(179,178,202); }
div.DivClassName
{
background-color: #B3B2CA;
}
.BgClassName
{
background-color: #B3B2CA;
}
</style>
border-color css
<style>
span { border-color: #B3B2CA; }
span { border-color: rgb(179,178,202); }
td.TdClassName
{
border-color: #B3B2CA;
}
.TagClassName
{
border-color: #B3B2CA;
}
</style>