Shades of Spindle #B9C3CB
Tints of Spindle #B9C3CB
RGB
CMYK
RGB Variations
Color information
#B9C3CB (or 0xB9C3CB) is known color: Spindle. HEX triplet: B9, C3 and CB. RGB value is (185,195,203). Sum of RGB (Red+Green+Blue) = 185+195+203=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3CB is #463C34. Grayscale: #C0C0C0. Windows color (decimal): -4602933 or 13353913. OLE color: 13353913.
HSL color Cylindrical-coordinate representation of color #B9C3CB: hue angle of 206.67º 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 #B9C3CB is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 195 | 203 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.20 |
| HSL | 206.67º | 0.15% | 0.76% | - |
| HSV(B) | 206.67º | 0.09% | 0.8% | - |
| XYZ | 50.3 | 53.66 | 64.21 | - |
| YUV | 192.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 203 | 0.09 | 0.04 | 0 | 0.20 | 206.67 | 0.15 | 0.76 |
| Hex | B9 | C3 | CB | 9 | 4 | 0 | 14 | CF | F | 4C |
| Octal | 271 | 303 | 313 | 11 | 4 | 0 | 24 | 317 | 17 | 114 |
| Binary | 10111001 | 11000011 | 11001011 | 1001 | 100 | 0 | 10100 | 11001111 | 1111 | 1001100 |
Color Harmonies of #B9C3CB
Complementary color
Monochromatic Colors of #B9C3CB
Black with #B9C3CB
Text Example
Text Example
White with #B9C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C3CB; }
p { color: rgb(185,195,203); }
H1.HeaderClassName
{
color: #B9C3CB;
}
.AnyTagClassName
{
color: #B9C3CB;
}
</style>
background-color css
<style>
a { background-color: #B9C3CB; }
a { background-color: rgb(185,195,203); }
div.DivClassName
{
background-color: #B9C3CB;
}
.BgClassName
{
background-color: #B9C3CB;
}
</style>
border-color css
<style>
span { border-color: #B9C3CB; }
span { border-color: rgb(185,195,203); }
td.TdClassName
{
border-color: #B9C3CB;
}
.TagClassName
{
border-color: #B9C3CB;
}
</style>