Shades of Spindle #B1C3CF
Tints of Spindle #B1C3CF
RGB
CMYK
RGB Variations
Color information
#B1C3CF (or 0xB1C3CF) is known color: Spindle. HEX triplet: B1, C3 and CF. RGB value is (177,195,207). Sum of RGB (Red+Green+Blue) = 177+195+207=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1C3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3CF is #4E3C30. Grayscale: #BEBEBE. Windows color (decimal): -5127217 or 13616049. OLE color: 13616049.
HSL color Cylindrical-coordinate representation of color #B1C3CF: hue angle of 204º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1C3CF is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 195 | 207 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.19 |
| HSL | 204º | 0.24% | 0.75% | - |
| HSV(B) | 204º | 0.14% | 0.81% | - |
| XYZ | 48.91 | 52.88 | 66.66 | - |
| YUV | 190.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 207 | 0.14 | 0.06 | 0 | 0.19 | 204 | 0.24 | 0.75 |
| Hex | B1 | C3 | CF | E | 6 | 0 | 13 | CC | 18 | 4B |
| Octal | 261 | 303 | 317 | 16 | 6 | 0 | 23 | 314 | 30 | 113 |
| Binary | 10110001 | 11000011 | 11001111 | 1110 | 110 | 0 | 10011 | 11001100 | 11000 | 1001011 |
Color Harmonies of #B1C3CF
Complementary color
Monochromatic Colors of #B1C3CF
Black with #B1C3CF
Text Example
Text Example
White with #B1C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C3CF; }
p { color: rgb(177,195,207); }
H1.HeaderClassName
{
color: #B1C3CF;
}
.AnyTagClassName
{
color: #B1C3CF;
}
</style>
background-color css
<style>
a { background-color: #B1C3CF; }
a { background-color: rgb(177,195,207); }
div.DivClassName
{
background-color: #B1C3CF;
}
.BgClassName
{
background-color: #B1C3CF;
}
</style>
border-color css
<style>
span { border-color: #B1C3CF; }
span { border-color: rgb(177,195,207); }
td.TdClassName
{
border-color: #B1C3CF;
}
.TagClassName
{
border-color: #B1C3CF;
}
</style>