Shades of Spindle #B9CED8
Tints of Spindle #B9CED8
RGB
CMYK
RGB Variations
Color information
#B9CED8 (or 0xB9CED8) is known color: Spindle. HEX triplet: B9, CE and D8. RGB value is (185,206,216). Sum of RGB (Red+Green+Blue) = 185+206+216=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CED8 is #463127. Grayscale: #C8C8C8. Windows color (decimal): -4600104 or 14208697. OLE color: 14208697.
HSL color Cylindrical-coordinate representation of color #B9CED8: hue angle of 199.35º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9CED8 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 206 | 216 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.15 |
| HSL | 199.35º | 0.28% | 0.79% | - |
| HSV(B) | 199.35º | 0.14% | 0.85% | - |
| XYZ | 54.47 | 59.41 | 73.56 | - |
| YUV | 200.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 216 | 0.14 | 0.05 | 0 | 0.15 | 199.35 | 0.28 | 0.79 |
| Hex | B9 | CE | D8 | E | 5 | 0 | F | C7 | 1C | 4F |
| Octal | 271 | 316 | 330 | 16 | 5 | 0 | 17 | 307 | 34 | 117 |
| Binary | 10111001 | 11001110 | 11011000 | 1110 | 101 | 0 | 1111 | 11000111 | 11100 | 1001111 |
Color Harmonies of #B9CED8
Complementary color
Monochromatic Colors of #B9CED8
Black with #B9CED8
Text Example
Text Example
White with #B9CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CED8; }
p { color: rgb(185,206,216); }
H1.HeaderClassName
{
color: #B9CED8;
}
.AnyTagClassName
{
color: #B9CED8;
}
</style>
background-color css
<style>
a { background-color: #B9CED8; }
a { background-color: rgb(185,206,216); }
div.DivClassName
{
background-color: #B9CED8;
}
.BgClassName
{
background-color: #B9CED8;
}
</style>
border-color css
<style>
span { border-color: #B9CED8; }
span { border-color: rgb(185,206,216); }
td.TdClassName
{
border-color: #B9CED8;
}
.TagClassName
{
border-color: #B9CED8;
}
</style>