Shades of Spindle #B4C6DB
Tints of Spindle #B4C6DB
RGB
CMYK
RGB Variations
Color information
#B4C6DB (or 0xB4C6DB) is known color: Spindle. HEX triplet: B4, C6 and DB. RGB value is (180,198,219). Sum of RGB (Red+Green+Blue) = 180+198+219=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C6DB is #4B3924. Grayscale: #C2C2C2. Windows color (decimal): -4929829 or 14403252. OLE color: 14403252.
HSL color Cylindrical-coordinate representation of color #B4C6DB: hue angle of 212.31º degrees, saturation: 0.35, 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 #B4C6DB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 198 | 219 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.14 |
| HSL | 212.31º | 0.35% | 0.78% | - |
| HSV(B) | 212.31º | 0.18% | 0.86% | - |
| XYZ | 51.8 | 55.21 | 74.94 | - |
| YUV | 195.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 219 | 0.18 | 0.10 | 0 | 0.14 | 212.31 | 0.35 | 0.78 |
| Hex | B4 | C6 | DB | 12 | A | 0 | E | D4 | 23 | 4E |
| Octal | 264 | 306 | 333 | 22 | 12 | 0 | 16 | 324 | 43 | 116 |
| Binary | 10110100 | 11000110 | 11011011 | 10010 | 1010 | 0 | 1110 | 11010100 | 100011 | 1001110 |
Color Harmonies of #B4C6DB
Complementary color
Monochromatic Colors of #B4C6DB
Black with #B4C6DB
Text Example
Text Example
White with #B4C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C6DB; }
p { color: rgb(180,198,219); }
H1.HeaderClassName
{
color: #B4C6DB;
}
.AnyTagClassName
{
color: #B4C6DB;
}
</style>
background-color css
<style>
a { background-color: #B4C6DB; }
a { background-color: rgb(180,198,219); }
div.DivClassName
{
background-color: #B4C6DB;
}
.BgClassName
{
background-color: #B4C6DB;
}
</style>
border-color css
<style>
span { border-color: #B4C6DB; }
span { border-color: rgb(180,198,219); }
td.TdClassName
{
border-color: #B4C6DB;
}
.TagClassName
{
border-color: #B4C6DB;
}
</style>