Shades of Spindle #B4C0CA
Tints of Spindle #B4C0CA
RGB
CMYK
RGB Variations
Color information
#B4C0CA (or 0xB4C0CA) is known color: Spindle. HEX triplet: B4, C0 and CA. RGB value is (180,192,202). Sum of RGB (Red+Green+Blue) = 180+192+202=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0CA is #4B3F35. Grayscale: #BDBDBD. Windows color (decimal): -4931382 or 13287604. OLE color: 13287604.
HSL color Cylindrical-coordinate representation of color #B4C0CA: hue angle of 207.27º degrees, saturation: 0.17, 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 #B4C0CA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 192 | 202 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.21 |
| HSL | 207.27º | 0.17% | 0.75% | - |
| HSV(B) | 207.27º | 0.11% | 0.79% | - |
| XYZ | 48.33 | 51.67 | 63.3 | - |
| YUV | 189.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 202 | 0.11 | 0.05 | 0 | 0.21 | 207.27 | 0.17 | 0.75 |
| Hex | B4 | C0 | CA | B | 5 | 0 | 15 | CF | 11 | 4B |
| Octal | 264 | 300 | 312 | 13 | 5 | 0 | 25 | 317 | 21 | 113 |
| Binary | 10110100 | 11000000 | 11001010 | 1011 | 101 | 0 | 10101 | 11001111 | 10001 | 1001011 |
Color Harmonies of #B4C0CA
Complementary color
Monochromatic Colors of #B4C0CA
Black with #B4C0CA
Text Example
Text Example
White with #B4C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0CA; }
p { color: rgb(180,192,202); }
H1.HeaderClassName
{
color: #B4C0CA;
}
.AnyTagClassName
{
color: #B4C0CA;
}
</style>
background-color css
<style>
a { background-color: #B4C0CA; }
a { background-color: rgb(180,192,202); }
div.DivClassName
{
background-color: #B4C0CA;
}
.BgClassName
{
background-color: #B4C0CA;
}
</style>
border-color css
<style>
span { border-color: #B4C0CA; }
span { border-color: rgb(180,192,202); }
td.TdClassName
{
border-color: #B4C0CA;
}
.TagClassName
{
border-color: #B4C0CA;
}
</style>