Shades of Spindle #B8C9DC
Tints of Spindle #B8C9DC
RGB
CMYK
RGB Variations
Color information
#B8C9DC (or 0xB8C9DC) is known color: Spindle. HEX triplet: B8, C9 and DC. RGB value is (184,201,220). Sum of RGB (Red+Green+Blue) = 184+201+220=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C9DC is #473623. Grayscale: #C5C5C5. Windows color (decimal): -4666916 or 14469560. OLE color: 14469560.
HSL color Cylindrical-coordinate representation of color #B8C9DC: hue angle of 211.67º degrees, saturation: 0.34, 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 #B8C9DC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 201 | 220 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.14 |
| HSL | 211.67º | 0.34% | 0.79% | - |
| HSV(B) | 211.67º | 0.16% | 0.86% | - |
| XYZ | 53.57 | 57.13 | 75.91 | - |
| YUV | 198.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 220 | 0.16 | 0.09 | 0 | 0.14 | 211.67 | 0.34 | 0.79 |
| Hex | B8 | C9 | DC | 10 | 9 | 0 | E | D4 | 22 | 4F |
| Octal | 270 | 311 | 334 | 20 | 11 | 0 | 16 | 324 | 42 | 117 |
| Binary | 10111000 | 11001001 | 11011100 | 10000 | 1001 | 0 | 1110 | 11010100 | 100010 | 1001111 |
Color Harmonies of #B8C9DC
Complementary color
Monochromatic Colors of #B8C9DC
Black with #B8C9DC
Text Example
Text Example
White with #B8C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C9DC; }
p { color: rgb(184,201,220); }
H1.HeaderClassName
{
color: #B8C9DC;
}
.AnyTagClassName
{
color: #B8C9DC;
}
</style>
background-color css
<style>
a { background-color: #B8C9DC; }
a { background-color: rgb(184,201,220); }
div.DivClassName
{
background-color: #B8C9DC;
}
.BgClassName
{
background-color: #B8C9DC;
}
</style>
border-color css
<style>
span { border-color: #B8C9DC; }
span { border-color: rgb(184,201,220); }
td.TdClassName
{
border-color: #B8C9DC;
}
.TagClassName
{
border-color: #B8C9DC;
}
</style>