Shades of Spindle #B9CBDF
Tints of Spindle #B9CBDF
RGB
CMYK
RGB Variations
Color information
#B9CBDF (or 0xB9CBDF) is known color: Spindle. HEX triplet: B9, CB and DF. RGB value is (185,203,223). Sum of RGB (Red+Green+Blue) = 185+203+223=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBDF is #463420. Grayscale: #C7C7C7. Windows color (decimal): -4600865 or 14666681. OLE color: 14666681.
HSL color Cylindrical-coordinate representation of color #B9CBDF: hue angle of 211.58º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9CBDF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 203 | 223 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.13 |
| HSL | 211.58º | 0.37% | 0.8% | - |
| HSV(B) | 211.58º | 0.17% | 0.87% | - |
| XYZ | 54.68 | 58.35 | 78.19 | - |
| YUV | 199.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 223 | 0.17 | 0.09 | 0 | 0.13 | 211.58 | 0.37 | 0.8 |
| Hex | B9 | CB | DF | 11 | 9 | 0 | D | D4 | 25 | 50 |
| Octal | 271 | 313 | 337 | 21 | 11 | 0 | 15 | 324 | 45 | 120 |
| Binary | 10111001 | 11001011 | 11011111 | 10001 | 1001 | 0 | 1101 | 11010100 | 100101 | 1010000 |
Color Harmonies of #B9CBDF
Complementary color
Monochromatic Colors of #B9CBDF
Black with #B9CBDF
Text Example
Text Example
White with #B9CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBDF; }
p { color: rgb(185,203,223); }
H1.HeaderClassName
{
color: #B9CBDF;
}
.AnyTagClassName
{
color: #B9CBDF;
}
</style>
background-color css
<style>
a { background-color: #B9CBDF; }
a { background-color: rgb(185,203,223); }
div.DivClassName
{
background-color: #B9CBDF;
}
.BgClassName
{
background-color: #B9CBDF;
}
</style>
border-color css
<style>
span { border-color: #B9CBDF; }
span { border-color: rgb(185,203,223); }
td.TdClassName
{
border-color: #B9CBDF;
}
.TagClassName
{
border-color: #B9CBDF;
}
</style>