Shades of Spindle #B1C0CC
Tints of Spindle #B1C0CC
RGB
CMYK
RGB Variations
Color information
#B1C0CC (or 0xB1C0CC) is known color: Spindle. HEX triplet: B1, C0 and CC. RGB value is (177,192,204). Sum of RGB (Red+Green+Blue) = 177+192+204=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1C0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C0CC is #4E3F33. Grayscale: #BCBCBC. Windows color (decimal): -5127988 or 13418673. OLE color: 13418673.
HSL color Cylindrical-coordinate representation of color #B1C0CC: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1C0CC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 192 | 204 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.2 |
| HSL | 206.67º | 0.21% | 0.75% | - |
| HSV(B) | 206.67º | 0.13% | 0.8% | - |
| XYZ | 47.88 | 51.41 | 64.53 | - |
| YUV | 188.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 204 | 0.13 | 0.06 | 0 | 0.2 | 206.67 | 0.21 | 0.75 |
| Hex | B1 | C0 | CC | D | 6 | 0 | 14 | CF | 15 | 4B |
| Octal | 261 | 300 | 314 | 15 | 6 | 0 | 24 | 317 | 25 | 113 |
| Binary | 10110001 | 11000000 | 11001100 | 1101 | 110 | 0 | 10100 | 11001111 | 10101 | 1001011 |
Color Harmonies of #B1C0CC
Complementary color
Monochromatic Colors of #B1C0CC
Black with #B1C0CC
Text Example
Text Example
White with #B1C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C0CC; }
p { color: rgb(177,192,204); }
H1.HeaderClassName
{
color: #B1C0CC;
}
.AnyTagClassName
{
color: #B1C0CC;
}
</style>
background-color css
<style>
a { background-color: #B1C0CC; }
a { background-color: rgb(177,192,204); }
div.DivClassName
{
background-color: #B1C0CC;
}
.BgClassName
{
background-color: #B1C0CC;
}
</style>
border-color css
<style>
span { border-color: #B1C0CC; }
span { border-color: rgb(177,192,204); }
td.TdClassName
{
border-color: #B1C0CC;
}
.TagClassName
{
border-color: #B1C0CC;
}
</style>