Shades of Spindle #B8CCDC
Tints of Spindle #B8CCDC
RGB
CMYK
RGB Variations
Color information
#B8CCDC (or 0xB8CCDC) is known color: Spindle. HEX triplet: B8, CC and DC. RGB value is (184,204,220). Sum of RGB (Red+Green+Blue) = 184+204+220=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCDC is #473323. Grayscale: #C7C7C7. Windows color (decimal): -4666148 or 14470328. OLE color: 14470328.
HSL color Cylindrical-coordinate representation of color #B8CCDC: hue angle of 206.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 #B8CCDC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 204 | 220 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.14 |
| HSL | 206.67º | 0.34% | 0.79% | - |
| HSV(B) | 206.67º | 0.16% | 0.86% | - |
| XYZ | 54.28 | 58.54 | 76.15 | - |
| YUV | 199.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 220 | 0.16 | 0.07 | 0 | 0.14 | 206.67 | 0.34 | 0.79 |
| Hex | B8 | CC | DC | 10 | 7 | 0 | E | CF | 22 | 4F |
| Octal | 270 | 314 | 334 | 20 | 7 | 0 | 16 | 317 | 42 | 117 |
| Binary | 10111000 | 11001100 | 11011100 | 10000 | 111 | 0 | 1110 | 11001111 | 100010 | 1001111 |
Color Harmonies of #B8CCDC
Complementary color
Monochromatic Colors of #B8CCDC
Black with #B8CCDC
Text Example
Text Example
White with #B8CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCDC; }
p { color: rgb(184,204,220); }
H1.HeaderClassName
{
color: #B8CCDC;
}
.AnyTagClassName
{
color: #B8CCDC;
}
</style>
background-color css
<style>
a { background-color: #B8CCDC; }
a { background-color: rgb(184,204,220); }
div.DivClassName
{
background-color: #B8CCDC;
}
.BgClassName
{
background-color: #B8CCDC;
}
</style>
border-color css
<style>
span { border-color: #B8CCDC; }
span { border-color: rgb(184,204,220); }
td.TdClassName
{
border-color: #B8CCDC;
}
.TagClassName
{
border-color: #B8CCDC;
}
</style>