Shades of Spindle #B4C0CB
Tints of Spindle #B4C0CB
RGB
CMYK
RGB Variations
Color information
#B4C0CB (or 0xB4C0CB) is known color: Spindle. HEX triplet: B4, C0 and CB. RGB value is (180,192,203). Sum of RGB (Red+Green+Blue) = 180+192+203=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0CB is #4B3F34. Grayscale: #BDBDBD. Windows color (decimal): -4931381 or 13353140. OLE color: 13353140.
HSL color Cylindrical-coordinate representation of color #B4C0CB: hue angle of 208.7º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C0CB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 192 | 203 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.20 |
| HSL | 208.7º | 0.18% | 0.75% | - |
| HSV(B) | 208.7º | 0.11% | 0.8% | - |
| XYZ | 48.45 | 51.71 | 63.93 | - |
| YUV | 189.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 203 | 0.11 | 0.05 | 0 | 0.20 | 208.7 | 0.18 | 0.75 |
| Hex | B4 | C0 | CB | B | 5 | 0 | 14 | D1 | 12 | 4B |
| Octal | 264 | 300 | 313 | 13 | 5 | 0 | 24 | 321 | 22 | 113 |
| Binary | 10110100 | 11000000 | 11001011 | 1011 | 101 | 0 | 10100 | 11010001 | 10010 | 1001011 |
Color Harmonies of #B4C0CB
Complementary color
Monochromatic Colors of #B4C0CB
Black with #B4C0CB
Text Example
Text Example
White with #B4C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0CB; }
p { color: rgb(180,192,203); }
H1.HeaderClassName
{
color: #B4C0CB;
}
.AnyTagClassName
{
color: #B4C0CB;
}
</style>
background-color css
<style>
a { background-color: #B4C0CB; }
a { background-color: rgb(180,192,203); }
div.DivClassName
{
background-color: #B4C0CB;
}
.BgClassName
{
background-color: #B4C0CB;
}
</style>
border-color css
<style>
span { border-color: #B4C0CB; }
span { border-color: rgb(180,192,203); }
td.TdClassName
{
border-color: #B4C0CB;
}
.TagClassName
{
border-color: #B4C0CB;
}
</style>