Shades of Spindle #B9C1CB
Tints of Spindle #B9C1CB
RGB
CMYK
RGB Variations
Color information
#B9C1CB (or 0xB9C1CB) is known color: Spindle. HEX triplet: B9, C1 and CB. RGB value is (185,193,203). Sum of RGB (Red+Green+Blue) = 185+193+203=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9C1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1CB is #463E34. Grayscale: #BFBFBF. Windows color (decimal): -4603445 or 13353401. OLE color: 13353401.
HSL color Cylindrical-coordinate representation of color #B9C1CB: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C1CB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 193 | 203 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.20 |
| HSL | 213.33º | 0.15% | 0.76% | - |
| HSV(B) | 213.33º | 0.09% | 0.8% | - |
| XYZ | 49.86 | 52.77 | 64.06 | - |
| YUV | 191.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 203 | 0.09 | 0.05 | 0 | 0.20 | 213.33 | 0.15 | 0.76 |
| Hex | B9 | C1 | CB | 9 | 5 | 0 | 14 | D5 | F | 4C |
| Octal | 271 | 301 | 313 | 11 | 5 | 0 | 24 | 325 | 17 | 114 |
| Binary | 10111001 | 11000001 | 11001011 | 1001 | 101 | 0 | 10100 | 11010101 | 1111 | 1001100 |
Color Harmonies of #B9C1CB
Complementary color
Monochromatic Colors of #B9C1CB
Black with #B9C1CB
Text Example
Text Example
White with #B9C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C1CB; }
p { color: rgb(185,193,203); }
H1.HeaderClassName
{
color: #B9C1CB;
}
.AnyTagClassName
{
color: #B9C1CB;
}
</style>
background-color css
<style>
a { background-color: #B9C1CB; }
a { background-color: rgb(185,193,203); }
div.DivClassName
{
background-color: #B9C1CB;
}
.BgClassName
{
background-color: #B9C1CB;
}
</style>
border-color css
<style>
span { border-color: #B9C1CB; }
span { border-color: rgb(185,193,203); }
td.TdClassName
{
border-color: #B9C1CB;
}
.TagClassName
{
border-color: #B9C1CB;
}
</style>