Shades of Spindle #B6C9D8
Tints of Spindle #B6C9D8
RGB
CMYK
RGB Variations
Color information
#B6C9D8 (or 0xB6C9D8) is known color: Spindle. HEX triplet: B6, C9 and D8. RGB value is (182,201,216). Sum of RGB (Red+Green+Blue) = 182+201+216=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #B6C9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C9D8 is #493627. Grayscale: #C4C4C4. Windows color (decimal): -4797992 or 14207414. OLE color: 14207414.
HSL color Cylindrical-coordinate representation of color #B6C9D8: hue angle of 206.47º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6C9D8 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 201 | 216 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.15 |
| HSL | 206.47º | 0.3% | 0.78% | - |
| HSV(B) | 206.47º | 0.16% | 0.85% | - |
| XYZ | 52.57 | 56.68 | 73.13 | - |
| YUV | 197.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 216 | 0.16 | 0.07 | 0 | 0.15 | 206.47 | 0.3 | 0.78 |
| Hex | B6 | C9 | D8 | 10 | 7 | 0 | F | CE | 1E | 4E |
| Octal | 266 | 311 | 330 | 20 | 7 | 0 | 17 | 316 | 36 | 116 |
| Binary | 10110110 | 11001001 | 11011000 | 10000 | 111 | 0 | 1111 | 11001110 | 11110 | 1001110 |
Color Harmonies of #B6C9D8
Complementary color
Monochromatic Colors of #B6C9D8
Black with #B6C9D8
Text Example
Text Example
White with #B6C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C9D8; }
p { color: rgb(182,201,216); }
H1.HeaderClassName
{
color: #B6C9D8;
}
.AnyTagClassName
{
color: #B6C9D8;
}
</style>
background-color css
<style>
a { background-color: #B6C9D8; }
a { background-color: rgb(182,201,216); }
div.DivClassName
{
background-color: #B6C9D8;
}
.BgClassName
{
background-color: #B6C9D8;
}
</style>
border-color css
<style>
span { border-color: #B6C9D8; }
span { border-color: rgb(182,201,216); }
td.TdClassName
{
border-color: #B6C9D8;
}
.TagClassName
{
border-color: #B6C9D8;
}
</style>