Shades of Spindle #B9CCDD
Tints of Spindle #B9CCDD
RGB
CMYK
RGB Variations
Color information
#B9CCDD (or 0xB9CCDD) is known color: Spindle. HEX triplet: B9, CC and DD. RGB value is (185,204,221). Sum of RGB (Red+Green+Blue) = 185+204+221=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCDD is #463322. Grayscale: #C8C8C8. Windows color (decimal): -4600611 or 14535865. OLE color: 14535865.
HSL color Cylindrical-coordinate representation of color #B9CCDD: hue angle of 208.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CCDD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 185 | 204 | 221 | - |
CMYK | 0.16 | 0.08 | 0 | 0.13 |
HSL | 208.33º | 0.35% | 0.8% | - |
HSV(B) | 208.33º | 0.16% | 0.87% | - |
XYZ | 54.65 | 58.72 | 76.86 | - |
YUV | 200.26 | 139.71 | 117.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 204 | 221 | 0.16 | 0.08 | 0 | 0.13 | 208.33 | 0.35 | 0.8 |
Hex | B9 | CC | DD | 10 | 8 | 0 | D | D0 | 23 | 50 |
Octal | 271 | 314 | 335 | 20 | 10 | 0 | 15 | 320 | 43 | 120 |
Binary | 10111001 | 11001100 | 11011101 | 10000 | 1000 | 0 | 1101 | 11010000 | 100011 | 1010000 |
Color Harmonies of #B9CCDD
Complementary color
Monochromatic Colors of #B9CCDD
Black with #B9CCDD
Text Example
Text Example
White with #B9CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCDD; }
p { color: rgb(185,204,221); }
H1.HeaderClassName
{
color: #B9CCDD;
}
.AnyTagClassName
{
color: #B9CCDD;
}
</style>
background-color css
<style>
a { background-color: #B9CCDD; }
a { background-color: rgb(185,204,221); }
div.DivClassName
{
background-color: #B9CCDD;
}
.BgClassName
{
background-color: #B9CCDD;
}
</style>
border-color css
<style>
span { border-color: #B9CCDD; }
span { border-color: rgb(185,204,221); }
td.TdClassName
{
border-color: #B9CCDD;
}
.TagClassName
{
border-color: #B9CCDD;
}
</style>