Shades of Spindle #B9CCDB
Tints of Spindle #B9CCDB
RGB
CMYK
RGB Variations
Color information
#B9CCDB (or 0xB9CCDB) is known color: Spindle. HEX triplet: B9, CC and DB. RGB value is (185,204,219). Sum of RGB (Red+Green+Blue) = 185+204+219=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCDB is #463324. Grayscale: #C7C7C7. Windows color (decimal): -4600613 or 14404793. OLE color: 14404793.
HSL color Cylindrical-coordinate representation of color #B9CCDB: hue angle of 206.47º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CCDB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 204 | 219 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.14 |
| HSL | 206.47º | 0.32% | 0.79% | - |
| HSV(B) | 206.47º | 0.16% | 0.86% | - |
| XYZ | 54.39 | 58.61 | 75.47 | - |
| YUV | 200.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 219 | 0.16 | 0.07 | 0 | 0.14 | 206.47 | 0.32 | 0.79 |
| Hex | B9 | CC | DB | 10 | 7 | 0 | E | CE | 20 | 4F |
| Octal | 271 | 314 | 333 | 20 | 7 | 0 | 16 | 316 | 40 | 117 |
| Binary | 10111001 | 11001100 | 11011011 | 10000 | 111 | 0 | 1110 | 11001110 | 100000 | 1001111 |
Color Harmonies of #B9CCDB
Complementary color
Monochromatic Colors of #B9CCDB
Black with #B9CCDB
Text Example
Text Example
White with #B9CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCDB; }
p { color: rgb(185,204,219); }
H1.HeaderClassName
{
color: #B9CCDB;
}
.AnyTagClassName
{
color: #B9CCDB;
}
</style>
background-color css
<style>
a { background-color: #B9CCDB; }
a { background-color: rgb(185,204,219); }
div.DivClassName
{
background-color: #B9CCDB;
}
.BgClassName
{
background-color: #B9CCDB;
}
</style>
border-color css
<style>
span { border-color: #B9CCDB; }
span { border-color: rgb(185,204,219); }
td.TdClassName
{
border-color: #B9CCDB;
}
.TagClassName
{
border-color: #B9CCDB;
}
</style>