Shades of Heather #B4BDC3
Tints of Heather #B4BDC3
RGB
CMYK
RGB Variations
Color information
#B4BDC3 (or 0xB4BDC3) is known color: Heather. HEX triplet: B4, BD and C3. RGB value is (180,189,195). Sum of RGB (Red+Green+Blue) = 180+189+195=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 195 - color contains mainly: blue. Hex color #B4BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDC3 is #4B423C. Grayscale: #BABABA. Windows color (decimal): -4932157 or 12828084. OLE color: 12828084.
HSL color Cylindrical-coordinate representation of color #B4BDC3: hue angle of 204º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B4BDC3 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 189 | 195 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.24 |
| HSL | 204º | 0.11% | 0.74% | - |
| HSV(B) | 204º | 0.08% | 0.76% | - |
| XYZ | 46.87 | 50.04 | 58.82 | - |
| YUV | 186.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 195 | 0.08 | 0.03 | 0 | 0.24 | 204 | 0.11 | 0.74 |
| Hex | B4 | BD | C3 | 8 | 3 | 0 | 18 | CC | B | 4A |
| Octal | 264 | 275 | 303 | 10 | 3 | 0 | 30 | 314 | 13 | 112 |
| Binary | 10110100 | 10111101 | 11000011 | 1000 | 11 | 0 | 11000 | 11001100 | 1011 | 1001010 |
Color Harmonies of #B4BDC3
Complementary color
Monochromatic Colors of #B4BDC3
Black with #B4BDC3
Text Example
Text Example
White with #B4BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDC3; }
p { color: rgb(180,189,195); }
H1.HeaderClassName
{
color: #B4BDC3;
}
.AnyTagClassName
{
color: #B4BDC3;
}
</style>
background-color css
<style>
a { background-color: #B4BDC3; }
a { background-color: rgb(180,189,195); }
div.DivClassName
{
background-color: #B4BDC3;
}
.BgClassName
{
background-color: #B4BDC3;
}
</style>
border-color css
<style>
span { border-color: #B4BDC3; }
span { border-color: rgb(180,189,195); }
td.TdClassName
{
border-color: #B4BDC3;
}
.TagClassName
{
border-color: #B4BDC3;
}
</style>