Shades of Heather #B4C3CC
Tints of Heather #B4C3CC
RGB
CMYK
RGB Variations
Color information
#B4C3CC (or 0xB4C3CC) is known color: Heather. HEX triplet: B4, C3 and CC. RGB value is (180,195,204). Sum of RGB (Red+Green+Blue) = 180+195+204=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #B4C3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C3CC is #4B3C33. Grayscale: #BFBFBF. Windows color (decimal): -4930612 or 13419444. OLE color: 13419444.
HSL color Cylindrical-coordinate representation of color #B4C3CC: hue angle of 202.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4C3CC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 195 | 204 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.2 |
| HSL | 202.5º | 0.19% | 0.75% | - |
| HSV(B) | 202.5º | 0.12% | 0.8% | - |
| XYZ | 49.24 | 53.09 | 64.78 | - |
| YUV | 191.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 195 | 204 | 0.12 | 0.04 | 0 | 0.2 | 202.5 | 0.19 | 0.75 |
| Hex | B4 | C3 | CC | C | 4 | 0 | 14 | CA | 13 | 4B |
| Octal | 264 | 303 | 314 | 14 | 4 | 0 | 24 | 312 | 23 | 113 |
| Binary | 10110100 | 11000011 | 11001100 | 1100 | 100 | 0 | 10100 | 11001010 | 10011 | 1001011 |
Color Harmonies of #B4C3CC
Complementary color
Monochromatic Colors of #B4C3CC
Black with #B4C3CC
Text Example
Text Example
White with #B4C3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C3CC; }
p { color: rgb(180,195,204); }
H1.HeaderClassName
{
color: #B4C3CC;
}
.AnyTagClassName
{
color: #B4C3CC;
}
</style>
background-color css
<style>
a { background-color: #B4C3CC; }
a { background-color: rgb(180,195,204); }
div.DivClassName
{
background-color: #B4C3CC;
}
.BgClassName
{
background-color: #B4C3CC;
}
</style>
border-color css
<style>
span { border-color: #B4C3CC; }
span { border-color: rgb(180,195,204); }
td.TdClassName
{
border-color: #B4C3CC;
}
.TagClassName
{
border-color: #B4C3CC;
}
</style>