Shades of Spindle #B4C0CC
Tints of Spindle #B4C0CC
RGB
CMYK
RGB Variations
Color information
#B4C0CC (or 0xB4C0CC) is known color: Spindle. HEX triplet: B4, C0 and CC. RGB value is (180,192,204). Sum of RGB (Red+Green+Blue) = 180+192+204=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #B4C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0CC is #4B3F33. Grayscale: #BDBDBD. Windows color (decimal): -4931380 or 13418676. OLE color: 13418676.
HSL color Cylindrical-coordinate representation of color #B4C0CC: hue angle of 210º 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 #B4C0CC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 192 | 204 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.2 |
| HSL | 210º | 0.19% | 0.75% | - |
| HSV(B) | 210º | 0.12% | 0.8% | - |
| XYZ | 48.57 | 51.76 | 64.56 | - |
| YUV | 189.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 204 | 0.12 | 0.06 | 0 | 0.2 | 210 | 0.19 | 0.75 |
| Hex | B4 | C0 | CC | C | 6 | 0 | 14 | D2 | 13 | 4B |
| Octal | 264 | 300 | 314 | 14 | 6 | 0 | 24 | 322 | 23 | 113 |
| Binary | 10110100 | 11000000 | 11001100 | 1100 | 110 | 0 | 10100 | 11010010 | 10011 | 1001011 |
Color Harmonies of #B4C0CC
Complementary color
Monochromatic Colors of #B4C0CC
Black with #B4C0CC
Text Example
Text Example
White with #B4C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0CC; }
p { color: rgb(180,192,204); }
H1.HeaderClassName
{
color: #B4C0CC;
}
.AnyTagClassName
{
color: #B4C0CC;
}
</style>
background-color css
<style>
a { background-color: #B4C0CC; }
a { background-color: rgb(180,192,204); }
div.DivClassName
{
background-color: #B4C0CC;
}
.BgClassName
{
background-color: #B4C0CC;
}
</style>
border-color css
<style>
span { border-color: #B4C0CC; }
span { border-color: rgb(180,192,204); }
td.TdClassName
{
border-color: #B4C0CC;
}
.TagClassName
{
border-color: #B4C0CC;
}
</style>