Shades of Spindle #B4C2CF
Tints of Spindle #B4C2CF
RGB
CMYK
RGB Variations
Color information
#B4C2CF (or 0xB4C2CF) is known color: Spindle. HEX triplet: B4, C2 and CF. RGB value is (180,194,207). Sum of RGB (Red+Green+Blue) = 180+194+207=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4C2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C2CF is #4B3D30. Grayscale: #BFBFBF. Windows color (decimal): -4930865 or 13615796. OLE color: 13615796.
HSL color Cylindrical-coordinate representation of color #B4C2CF: hue angle of 208.89º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C2CF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 194 | 207 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.19 |
| HSL | 208.89º | 0.22% | 0.76% | - |
| HSV(B) | 208.89º | 0.13% | 0.81% | - |
| XYZ | 49.38 | 52.79 | 66.62 | - |
| YUV | 191.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 207 | 0.13 | 0.06 | 0 | 0.19 | 208.89 | 0.22 | 0.76 |
| Hex | B4 | C2 | CF | D | 6 | 0 | 13 | D1 | 16 | 4C |
| Octal | 264 | 302 | 317 | 15 | 6 | 0 | 23 | 321 | 26 | 114 |
| Binary | 10110100 | 11000010 | 11001111 | 1101 | 110 | 0 | 10011 | 11010001 | 10110 | 1001100 |
Color Harmonies of #B4C2CF
Complementary color
Monochromatic Colors of #B4C2CF
Black with #B4C2CF
Text Example
Text Example
White with #B4C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C2CF; }
p { color: rgb(180,194,207); }
H1.HeaderClassName
{
color: #B4C2CF;
}
.AnyTagClassName
{
color: #B4C2CF;
}
</style>
background-color css
<style>
a { background-color: #B4C2CF; }
a { background-color: rgb(180,194,207); }
div.DivClassName
{
background-color: #B4C2CF;
}
.BgClassName
{
background-color: #B4C2CF;
}
</style>
border-color css
<style>
span { border-color: #B4C2CF; }
span { border-color: rgb(180,194,207); }
td.TdClassName
{
border-color: #B4C2CF;
}
.TagClassName
{
border-color: #B4C2CF;
}
</style>