Shades of Spindle #B9CBD3
Tints of Spindle #B9CBD3
RGB
CMYK
RGB Variations
Color information
#B9CBD3 (or 0xB9CBD3) is known color: Spindle. HEX triplet: B9, CB and D3. RGB value is (185,203,211). Sum of RGB (Red+Green+Blue) = 185+203+211=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #B9CBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBD3 is #46342C. Grayscale: #C6C6C6. Windows color (decimal): -4600877 or 13880249. OLE color: 13880249.
HSL color Cylindrical-coordinate representation of color #B9CBD3: hue angle of 198.46º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CBD3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 203 | 211 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.17 |
| HSL | 198.46º | 0.23% | 0.78% | - |
| HSV(B) | 198.46º | 0.12% | 0.83% | - |
| XYZ | 53.12 | 57.73 | 69.97 | - |
| YUV | 198.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 211 | 0.12 | 0.04 | 0 | 0.17 | 198.46 | 0.23 | 0.78 |
| Hex | B9 | CB | D3 | C | 4 | 0 | 11 | C6 | 17 | 4E |
| Octal | 271 | 313 | 323 | 14 | 4 | 0 | 21 | 306 | 27 | 116 |
| Binary | 10111001 | 11001011 | 11010011 | 1100 | 100 | 0 | 10001 | 11000110 | 10111 | 1001110 |
Color Harmonies of #B9CBD3
Complementary color
Monochromatic Colors of #B9CBD3
Black with #B9CBD3
Text Example
Text Example
White with #B9CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBD3; }
p { color: rgb(185,203,211); }
H1.HeaderClassName
{
color: #B9CBD3;
}
.AnyTagClassName
{
color: #B9CBD3;
}
</style>
background-color css
<style>
a { background-color: #B9CBD3; }
a { background-color: rgb(185,203,211); }
div.DivClassName
{
background-color: #B9CBD3;
}
.BgClassName
{
background-color: #B9CBD3;
}
</style>
border-color css
<style>
span { border-color: #B9CBD3; }
span { border-color: rgb(185,203,211); }
td.TdClassName
{
border-color: #B9CBD3;
}
.TagClassName
{
border-color: #B9CBD3;
}
</style>