Shades of Spindle #B8C8DC
Tints of Spindle #B8C8DC
RGB
CMYK
RGB Variations
Color information
#B8C8DC (or 0xB8C8DC) is known color: Spindle. HEX triplet: B8, C8 and DC. RGB value is (184,200,220). Sum of RGB (Red+Green+Blue) = 184+200+220=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C8DC is #473723. Grayscale: #C5C5C5. Windows color (decimal): -4667172 or 14469304. OLE color: 14469304.
HSL color Cylindrical-coordinate representation of color #B8C8DC: hue angle of 213.33º 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 #B8C8DC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 200 | 220 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.14 |
| HSL | 213.33º | 0.34% | 0.79% | - |
| HSV(B) | 213.33º | 0.16% | 0.86% | - |
| XYZ | 53.34 | 56.67 | 75.84 | - |
| YUV | 197.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 220 | 0.16 | 0.09 | 0 | 0.14 | 213.33 | 0.34 | 0.79 |
| Hex | B8 | C8 | DC | 10 | 9 | 0 | E | D5 | 22 | 4F |
| Octal | 270 | 310 | 334 | 20 | 11 | 0 | 16 | 325 | 42 | 117 |
| Binary | 10111000 | 11001000 | 11011100 | 10000 | 1001 | 0 | 1110 | 11010101 | 100010 | 1001111 |
Color Harmonies of #B8C8DC
Complementary color
Monochromatic Colors of #B8C8DC
Black with #B8C8DC
Text Example
Text Example
White with #B8C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C8DC; }
p { color: rgb(184,200,220); }
H1.HeaderClassName
{
color: #B8C8DC;
}
.AnyTagClassName
{
color: #B8C8DC;
}
</style>
background-color css
<style>
a { background-color: #B8C8DC; }
a { background-color: rgb(184,200,220); }
div.DivClassName
{
background-color: #B8C8DC;
}
.BgClassName
{
background-color: #B8C8DC;
}
</style>
border-color css
<style>
span { border-color: #B8C8DC; }
span { border-color: rgb(184,200,220); }
td.TdClassName
{
border-color: #B8C8DC;
}
.TagClassName
{
border-color: #B8C8DC;
}
</style>