Shades of Spindle #B9CDDC
Tints of Spindle #B9CDDC
RGB
CMYK
RGB Variations
Color information
#B9CDDC (or 0xB9CDDC) is known color: Spindle. HEX triplet: B9, CD and DC. RGB value is (185,205,220). Sum of RGB (Red+Green+Blue) = 185+205+220=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDDC is #463223. Grayscale: #C8C8C8. Windows color (decimal): -4600356 or 14470585. OLE color: 14470585.
HSL color Cylindrical-coordinate representation of color #B9CDDC: hue angle of 205.71º degrees, saturation: 0.33, 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 #B9CDDC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 205 | 220 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.14 |
| HSL | 205.71º | 0.33% | 0.79% | - |
| HSV(B) | 205.71º | 0.16% | 0.86% | - |
| XYZ | 54.76 | 59.14 | 76.24 | - |
| YUV | 200.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 205 | 220 | 0.16 | 0.07 | 0 | 0.14 | 205.71 | 0.33 | 0.79 |
| Hex | B9 | CD | DC | 10 | 7 | 0 | E | CE | 21 | 4F |
| Octal | 271 | 315 | 334 | 20 | 7 | 0 | 16 | 316 | 41 | 117 |
| Binary | 10111001 | 11001101 | 11011100 | 10000 | 111 | 0 | 1110 | 11001110 | 100001 | 1001111 |
Color Harmonies of #B9CDDC
Complementary color
Monochromatic Colors of #B9CDDC
Black with #B9CDDC
Text Example
Text Example
White with #B9CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDDC; }
p { color: rgb(185,205,220); }
H1.HeaderClassName
{
color: #B9CDDC;
}
.AnyTagClassName
{
color: #B9CDDC;
}
</style>
background-color css
<style>
a { background-color: #B9CDDC; }
a { background-color: rgb(185,205,220); }
div.DivClassName
{
background-color: #B9CDDC;
}
.BgClassName
{
background-color: #B9CDDC;
}
</style>
border-color css
<style>
span { border-color: #B9CDDC; }
span { border-color: rgb(185,205,220); }
td.TdClassName
{
border-color: #B9CDDC;
}
.TagClassName
{
border-color: #B9CDDC;
}
</style>