Shades of Spindle #B4C8DC
Tints of Spindle #B4C8DC
RGB
CMYK
RGB Variations
Color information
#B4C8DC (or 0xB4C8DC) is known color: Spindle. HEX triplet: B4, C8 and DC. RGB value is (180,200,220). Sum of RGB (Red+Green+Blue) = 180+200+220=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8DC is #4B3723. Grayscale: #C4C4C4. Windows color (decimal): -4929316 or 14469300. OLE color: 14469300.
HSL color Cylindrical-coordinate representation of color #B4C8DC: hue angle of 210º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4C8DC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 200 | 220 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.14 |
| HSL | 210º | 0.36% | 0.78% | - |
| HSV(B) | 210º | 0.18% | 0.86% | - |
| XYZ | 52.39 | 56.18 | 75.79 | - |
| YUV | 196.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 220 | 0.18 | 0.09 | 0 | 0.14 | 210 | 0.36 | 0.78 |
| Hex | B4 | C8 | DC | 12 | 9 | 0 | E | D2 | 24 | 4E |
| Octal | 264 | 310 | 334 | 22 | 11 | 0 | 16 | 322 | 44 | 116 |
| Binary | 10110100 | 11001000 | 11011100 | 10010 | 1001 | 0 | 1110 | 11010010 | 100100 | 1001110 |
Color Harmonies of #B4C8DC
Complementary color
Monochromatic Colors of #B4C8DC
Black with #B4C8DC
Text Example
Text Example
White with #B4C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8DC; }
p { color: rgb(180,200,220); }
H1.HeaderClassName
{
color: #B4C8DC;
}
.AnyTagClassName
{
color: #B4C8DC;
}
</style>
background-color css
<style>
a { background-color: #B4C8DC; }
a { background-color: rgb(180,200,220); }
div.DivClassName
{
background-color: #B4C8DC;
}
.BgClassName
{
background-color: #B4C8DC;
}
</style>
border-color css
<style>
span { border-color: #B4C8DC; }
span { border-color: rgb(180,200,220); }
td.TdClassName
{
border-color: #B4C8DC;
}
.TagClassName
{
border-color: #B4C8DC;
}
</style>