Shades of Spindle #B4C6DC
Tints of Spindle #B4C6DC
RGB
CMYK
RGB Variations
Color information
#B4C6DC (or 0xB4C6DC) is known color: Spindle. HEX triplet: B4, C6 and DC. RGB value is (180,198,220). Sum of RGB (Red+Green+Blue) = 180+198+220=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C6DC is #4B3923. Grayscale: #C3C3C3. Windows color (decimal): -4929828 or 14468788. OLE color: 14468788.
HSL color Cylindrical-coordinate representation of color #B4C6DC: hue angle of 213º 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 #B4C6DC is Cyan = 0.18, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 198 | 220 | - |
| CMYK | 0.18 | 0.1 | 0 | 0.14 |
| HSL | 213º | 0.36% | 0.78% | - |
| HSV(B) | 213º | 0.18% | 0.86% | - |
| XYZ | 51.93 | 55.26 | 75.64 | - |
| YUV | 195.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 220 | 0.18 | 0.1 | 0 | 0.14 | 213 | 0.36 | 0.78 |
| Hex | B4 | C6 | DC | 12 | A | 0 | E | D5 | 24 | 4E |
| Octal | 264 | 306 | 334 | 22 | 12 | 0 | 16 | 325 | 44 | 116 |
| Binary | 10110100 | 11000110 | 11011100 | 10010 | 1010 | 0 | 1110 | 11010101 | 100100 | 1001110 |
Color Harmonies of #B4C6DC
Complementary color
Monochromatic Colors of #B4C6DC
Black with #B4C6DC
Text Example
Text Example
White with #B4C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C6DC; }
p { color: rgb(180,198,220); }
H1.HeaderClassName
{
color: #B4C6DC;
}
.AnyTagClassName
{
color: #B4C6DC;
}
</style>
background-color css
<style>
a { background-color: #B4C6DC; }
a { background-color: rgb(180,198,220); }
div.DivClassName
{
background-color: #B4C6DC;
}
.BgClassName
{
background-color: #B4C6DC;
}
</style>
border-color css
<style>
span { border-color: #B4C6DC; }
span { border-color: rgb(180,198,220); }
td.TdClassName
{
border-color: #B4C6DC;
}
.TagClassName
{
border-color: #B4C6DC;
}
</style>