Shades of Spindle #B6C8D6
Tints of Spindle #B6C8D6
RGB
CMYK
RGB Variations
Color information
#B6C8D6 (or 0xB6C8D6) is known color: Spindle. HEX triplet: B6, C8 and D6. RGB value is (182,200,214). Sum of RGB (Red+Green+Blue) = 182+200+214=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #B6C8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8D6 is #493729. Grayscale: #C4C4C4. Windows color (decimal): -4798250 or 14076086. OLE color: 14076086.
HSL color Cylindrical-coordinate representation of color #B6C8D6: hue angle of 206.25º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6C8D6 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 200 | 214 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.16 |
| HSL | 206.25º | 0.28% | 0.78% | - |
| HSV(B) | 206.25º | 0.15% | 0.84% | - |
| XYZ | 52.08 | 56.11 | 71.7 | - |
| YUV | 196.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 200 | 214 | 0.15 | 0.07 | 0 | 0.16 | 206.25 | 0.28 | 0.78 |
| Hex | B6 | C8 | D6 | F | 7 | 0 | 10 | CE | 1C | 4E |
| Octal | 266 | 310 | 326 | 17 | 7 | 0 | 20 | 316 | 34 | 116 |
| Binary | 10110110 | 11001000 | 11010110 | 1111 | 111 | 0 | 10000 | 11001110 | 11100 | 1001110 |
Color Harmonies of #B6C8D6
Complementary color
Monochromatic Colors of #B6C8D6
Black with #B6C8D6
Text Example
Text Example
White with #B6C8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C8D6; }
p { color: rgb(182,200,214); }
H1.HeaderClassName
{
color: #B6C8D6;
}
.AnyTagClassName
{
color: #B6C8D6;
}
</style>
background-color css
<style>
a { background-color: #B6C8D6; }
a { background-color: rgb(182,200,214); }
div.DivClassName
{
background-color: #B6C8D6;
}
.BgClassName
{
background-color: #B6C8D6;
}
</style>
border-color css
<style>
span { border-color: #B6C8D6; }
span { border-color: rgb(182,200,214); }
td.TdClassName
{
border-color: #B6C8D6;
}
.TagClassName
{
border-color: #B6C8D6;
}
</style>