Shades of Spindle #B9CDDB
Tints of Spindle #B9CDDB
RGB
CMYK
RGB Variations
Color information
#B9CDDB (or 0xB9CDDB) is known color: Spindle. HEX triplet: B9, CD and DB. RGB value is (185,205,219). Sum of RGB (Red+Green+Blue) = 185+205+219=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDDB is #463224. Grayscale: #C8C8C8. Windows color (decimal): -4600357 or 14405049. OLE color: 14405049.
HSL color Cylindrical-coordinate representation of color #B9CDDB: hue angle of 204.71º 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 #B9CDDB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 205 | 219 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.14 |
| HSL | 204.71º | 0.32% | 0.79% | - |
| HSV(B) | 204.71º | 0.16% | 0.86% | - |
| XYZ | 54.63 | 59.09 | 75.54 | - |
| YUV | 200.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 205 | 219 | 0.16 | 0.06 | 0 | 0.14 | 204.71 | 0.32 | 0.79 |
| Hex | B9 | CD | DB | 10 | 6 | 0 | E | CD | 20 | 4F |
| Octal | 271 | 315 | 333 | 20 | 6 | 0 | 16 | 315 | 40 | 117 |
| Binary | 10111001 | 11001101 | 11011011 | 10000 | 110 | 0 | 1110 | 11001101 | 100000 | 1001111 |
Color Harmonies of #B9CDDB
Complementary color
Monochromatic Colors of #B9CDDB
Black with #B9CDDB
Text Example
Text Example
White with #B9CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDDB; }
p { color: rgb(185,205,219); }
H1.HeaderClassName
{
color: #B9CDDB;
}
.AnyTagClassName
{
color: #B9CDDB;
}
</style>
background-color css
<style>
a { background-color: #B9CDDB; }
a { background-color: rgb(185,205,219); }
div.DivClassName
{
background-color: #B9CDDB;
}
.BgClassName
{
background-color: #B9CDDB;
}
</style>
border-color css
<style>
span { border-color: #B9CDDB; }
span { border-color: rgb(185,205,219); }
td.TdClassName
{
border-color: #B9CDDB;
}
.TagClassName
{
border-color: #B9CDDB;
}
</style>