Shades of Spindle #B9CBD5
Tints of Spindle #B9CBD5
RGB
CMYK
RGB Variations
Color information
#B9CBD5 (or 0xB9CBD5) is known color: Spindle. HEX triplet: B9, CB and D5. RGB value is (185,203,213). Sum of RGB (Red+Green+Blue) = 185+203+213=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBD5 is #46342A. Grayscale: #C6C6C6. Windows color (decimal): -4600875 or 14011321. OLE color: 14011321.
HSL color Cylindrical-coordinate representation of color #B9CBD5: hue angle of 201.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9CBD5 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 203 | 213 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.16 |
| HSL | 201.43º | 0.25% | 0.78% | - |
| HSV(B) | 201.43º | 0.13% | 0.84% | - |
| XYZ | 53.37 | 57.83 | 71.3 | - |
| YUV | 198.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 213 | 0.13 | 0.05 | 0 | 0.16 | 201.43 | 0.25 | 0.78 |
| Hex | B9 | CB | D5 | D | 5 | 0 | 10 | C9 | 19 | 4E |
| Octal | 271 | 313 | 325 | 15 | 5 | 0 | 20 | 311 | 31 | 116 |
| Binary | 10111001 | 11001011 | 11010101 | 1101 | 101 | 0 | 10000 | 11001001 | 11001 | 1001110 |
Color Harmonies of #B9CBD5
Complementary color
Monochromatic Colors of #B9CBD5
Black with #B9CBD5
Text Example
Text Example
White with #B9CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBD5; }
p { color: rgb(185,203,213); }
H1.HeaderClassName
{
color: #B9CBD5;
}
.AnyTagClassName
{
color: #B9CBD5;
}
</style>
background-color css
<style>
a { background-color: #B9CBD5; }
a { background-color: rgb(185,203,213); }
div.DivClassName
{
background-color: #B9CBD5;
}
.BgClassName
{
background-color: #B9CBD5;
}
</style>
border-color css
<style>
span { border-color: #B9CBD5; }
span { border-color: rgb(185,203,213); }
td.TdClassName
{
border-color: #B9CBD5;
}
.TagClassName
{
border-color: #B9CBD5;
}
</style>