Shades of Spindle #B4C7DC
Tints of Spindle #B4C7DC
RGB
CMYK
RGB Variations
Color information
#B4C7DC (or 0xB4C7DC) is known color: Spindle. HEX triplet: B4, C7 and DC. RGB value is (180,199,220). Sum of RGB (Red+Green+Blue) = 180+199+220=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C7DC is #4B3823. Grayscale: #C3C3C3. Windows color (decimal): -4929572 or 14469044. OLE color: 14469044.
HSL color Cylindrical-coordinate representation of color #B4C7DC: hue angle of 211.5º 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 #B4C7DC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 199 | 220 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.14 |
| HSL | 211.5º | 0.36% | 0.78% | - |
| HSV(B) | 211.5º | 0.18% | 0.86% | - |
| XYZ | 52.16 | 55.72 | 75.72 | - |
| YUV | 195.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 220 | 0.18 | 0.10 | 0 | 0.14 | 211.5 | 0.36 | 0.78 |
| Hex | B4 | C7 | DC | 12 | A | 0 | E | D4 | 24 | 4E |
| Octal | 264 | 307 | 334 | 22 | 12 | 0 | 16 | 324 | 44 | 116 |
| Binary | 10110100 | 11000111 | 11011100 | 10010 | 1010 | 0 | 1110 | 11010100 | 100100 | 1001110 |
Color Harmonies of #B4C7DC
Complementary color
Monochromatic Colors of #B4C7DC
Black with #B4C7DC
Text Example
Text Example
White with #B4C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C7DC; }
p { color: rgb(180,199,220); }
H1.HeaderClassName
{
color: #B4C7DC;
}
.AnyTagClassName
{
color: #B4C7DC;
}
</style>
background-color css
<style>
a { background-color: #B4C7DC; }
a { background-color: rgb(180,199,220); }
div.DivClassName
{
background-color: #B4C7DC;
}
.BgClassName
{
background-color: #B4C7DC;
}
</style>
border-color css
<style>
span { border-color: #B4C7DC; }
span { border-color: rgb(180,199,220); }
td.TdClassName
{
border-color: #B4C7DC;
}
.TagClassName
{
border-color: #B4C7DC;
}
</style>