Shades of Spindle #B4C8DD
Tints of Spindle #B4C8DD
RGB
CMYK
RGB Variations
Color information
#B4C8DD (or 0xB4C8DD) is known color: Spindle. HEX triplet: B4, C8 and DD. RGB value is (180,200,221). Sum of RGB (Red+Green+Blue) = 180+200+221=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4C8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8DD is #4B3722. Grayscale: #C4C4C4. Windows color (decimal): -4929315 or 14534836. OLE color: 14534836.
HSL color Cylindrical-coordinate representation of color #B4C8DD: hue angle of 210.73º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4C8DD is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 200 | 221 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.13 |
| HSL | 210.73º | 0.38% | 0.79% | - |
| HSV(B) | 210.73º | 0.19% | 0.87% | - |
| XYZ | 52.53 | 56.23 | 76.49 | - |
| YUV | 196.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 221 | 0.19 | 0.10 | 0 | 0.13 | 210.73 | 0.38 | 0.79 |
| Hex | B4 | C8 | DD | 13 | A | 0 | D | D3 | 26 | 4F |
| Octal | 264 | 310 | 335 | 23 | 12 | 0 | 15 | 323 | 46 | 117 |
| Binary | 10110100 | 11001000 | 11011101 | 10011 | 1010 | 0 | 1101 | 11010011 | 100110 | 1001111 |
Color Harmonies of #B4C8DD
Complementary color
Monochromatic Colors of #B4C8DD
Black with #B4C8DD
Text Example
Text Example
White with #B4C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8DD; }
p { color: rgb(180,200,221); }
H1.HeaderClassName
{
color: #B4C8DD;
}
.AnyTagClassName
{
color: #B4C8DD;
}
</style>
background-color css
<style>
a { background-color: #B4C8DD; }
a { background-color: rgb(180,200,221); }
div.DivClassName
{
background-color: #B4C8DD;
}
.BgClassName
{
background-color: #B4C8DD;
}
</style>
border-color css
<style>
span { border-color: #B4C8DD; }
span { border-color: rgb(180,200,221); }
td.TdClassName
{
border-color: #B4C8DD;
}
.TagClassName
{
border-color: #B4C8DD;
}
</style>