Shades of Spindle #B4C9DC
Tints of Spindle #B4C9DC
RGB
CMYK
RGB Variations
Color information
#B4C9DC (or 0xB4C9DC) is known color: Spindle. HEX triplet: B4, C9 and DC. RGB value is (180,201,220). Sum of RGB (Red+Green+Blue) = 180+201+220=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C9DC is #4B3623. Grayscale: #C4C4C4. Windows color (decimal): -4929060 or 14469556. OLE color: 14469556.
HSL color Cylindrical-coordinate representation of color #B4C9DC: hue angle of 208.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 #B4C9DC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 201 | 220 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.14 |
| HSL | 208.5º | 0.36% | 0.78% | - |
| HSV(B) | 208.5º | 0.18% | 0.86% | - |
| XYZ | 52.63 | 56.64 | 75.87 | - |
| YUV | 196.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 201 | 220 | 0.18 | 0.09 | 0 | 0.14 | 208.5 | 0.36 | 0.78 |
| Hex | B4 | C9 | DC | 12 | 9 | 0 | E | D0 | 24 | 4E |
| Octal | 264 | 311 | 334 | 22 | 11 | 0 | 16 | 320 | 44 | 116 |
| Binary | 10110100 | 11001001 | 11011100 | 10010 | 1001 | 0 | 1110 | 11010000 | 100100 | 1001110 |
Color Harmonies of #B4C9DC
Complementary color
Monochromatic Colors of #B4C9DC
Black with #B4C9DC
Text Example
Text Example
White with #B4C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C9DC; }
p { color: rgb(180,201,220); }
H1.HeaderClassName
{
color: #B4C9DC;
}
.AnyTagClassName
{
color: #B4C9DC;
}
</style>
background-color css
<style>
a { background-color: #B4C9DC; }
a { background-color: rgb(180,201,220); }
div.DivClassName
{
background-color: #B4C9DC;
}
.BgClassName
{
background-color: #B4C9DC;
}
</style>
border-color css
<style>
span { border-color: #B4C9DC; }
span { border-color: rgb(180,201,220); }
td.TdClassName
{
border-color: #B4C9DC;
}
.TagClassName
{
border-color: #B4C9DC;
}
</style>