Shades of Blue Haze #B7B3CA
Tints of Blue Haze #B7B3CA
RGB
CMYK
RGB Variations
Color information
#B7B3CA (or 0xB7B3CA) is known color: Blue Haze. HEX triplet: B7, B3 and CA. RGB value is (183,179,202). Sum of RGB (Red+Green+Blue) = 183+179+202=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3CA is #484C35. Grayscale: #B6B6B6. Windows color (decimal): -4738102 or 13284279. OLE color: 13284279.
HSL color Cylindrical-coordinate representation of color #B7B3CA: hue angle of 250.43º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7B3CA is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 179 | 202 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.21 |
| HSL | 250.43º | 0.18% | 0.75% | - |
| HSV(B) | 250.43º | 0.11% | 0.79% | - |
| XYZ | 46.31 | 46.57 | 62.43 | - |
| YUV | 182.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 202 | 0.09 | 0.11 | 0 | 0.21 | 250.43 | 0.18 | 0.75 |
| Hex | B7 | B3 | CA | 9 | B | 0 | 15 | FA | 12 | 4B |
| Octal | 267 | 263 | 312 | 11 | 13 | 0 | 25 | 372 | 22 | 113 |
| Binary | 10110111 | 10110011 | 11001010 | 1001 | 1011 | 0 | 10101 | 11111010 | 10010 | 1001011 |
Color Harmonies of #B7B3CA
Complementary color
Monochromatic Colors of #B7B3CA
Black with #B7B3CA
Text Example
Text Example
White with #B7B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3CA; }
p { color: rgb(183,179,202); }
H1.HeaderClassName
{
color: #B7B3CA;
}
.AnyTagClassName
{
color: #B7B3CA;
}
</style>
background-color css
<style>
a { background-color: #B7B3CA; }
a { background-color: rgb(183,179,202); }
div.DivClassName
{
background-color: #B7B3CA;
}
.BgClassName
{
background-color: #B7B3CA;
}
</style>
border-color css
<style>
span { border-color: #B7B3CA; }
span { border-color: rgb(183,179,202); }
td.TdClassName
{
border-color: #B7B3CA;
}
.TagClassName
{
border-color: #B7B3CA;
}
</style>