Shades of Spindle #B6C7DB
Tints of Spindle #B6C7DB
RGB
CMYK
RGB Variations
Color information
#B6C7DB (or 0xB6C7DB) is known color: Spindle. HEX triplet: B6, C7 and DB. RGB value is (182,199,219). Sum of RGB (Red+Green+Blue) = 182+199+219=600 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.33% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7DB is #493824. Grayscale: #C4C4C4. Windows color (decimal): -4798501 or 14403510. OLE color: 14403510.
HSL color Cylindrical-coordinate representation of color #B6C7DB: hue angle of 212.43º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6C7DB is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 199 | 219 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.14 |
| HSL | 212.43º | 0.34% | 0.79% | - |
| HSV(B) | 212.43º | 0.17% | 0.86% | - |
| XYZ | 52.5 | 55.91 | 75.04 | - |
| YUV | 196.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 199 | 219 | 0.17 | 0.09 | 0 | 0.14 | 212.43 | 0.34 | 0.79 |
| Hex | B6 | C7 | DB | 11 | 9 | 0 | E | D4 | 22 | 4F |
| Octal | 266 | 307 | 333 | 21 | 11 | 0 | 16 | 324 | 42 | 117 |
| Binary | 10110110 | 11000111 | 11011011 | 10001 | 1001 | 0 | 1110 | 11010100 | 100010 | 1001111 |
Color Harmonies of #B6C7DB
Complementary color
Monochromatic Colors of #B6C7DB
Black with #B6C7DB
Text Example
Text Example
White with #B6C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C7DB; }
p { color: rgb(182,199,219); }
H1.HeaderClassName
{
color: #B6C7DB;
}
.AnyTagClassName
{
color: #B6C7DB;
}
</style>
background-color css
<style>
a { background-color: #B6C7DB; }
a { background-color: rgb(182,199,219); }
div.DivClassName
{
background-color: #B6C7DB;
}
.BgClassName
{
background-color: #B6C7DB;
}
</style>
border-color css
<style>
span { border-color: #B6C7DB; }
span { border-color: rgb(182,199,219); }
td.TdClassName
{
border-color: #B6C7DB;
}
.TagClassName
{
border-color: #B6C7DB;
}
</style>