Shades of Spindle #B6C2D1
Tints of Spindle #B6C2D1
RGB
CMYK
RGB Variations
Color information
#B6C2D1 (or 0xB6C2D1) is known color: Spindle. HEX triplet: B6, C2 and D1. RGB value is (182,194,209). Sum of RGB (Red+Green+Blue) = 182+194+209=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #B6C2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C2D1 is #493D2E. Grayscale: #C0C0C0. Windows color (decimal): -4799791 or 13746870. OLE color: 13746870.
HSL color Cylindrical-coordinate representation of color #B6C2D1: hue angle of 213.33º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6C2D1 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 194 | 209 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.18 |
| HSL | 213.33º | 0.23% | 0.77% | - |
| HSV(B) | 213.33º | 0.13% | 0.82% | - |
| XYZ | 50.09 | 53.13 | 67.94 | - |
| YUV | 192.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 209 | 0.13 | 0.07 | 0 | 0.18 | 213.33 | 0.23 | 0.77 |
| Hex | B6 | C2 | D1 | D | 7 | 0 | 12 | D5 | 17 | 4D |
| Octal | 266 | 302 | 321 | 15 | 7 | 0 | 22 | 325 | 27 | 115 |
| Binary | 10110110 | 11000010 | 11010001 | 1101 | 111 | 0 | 10010 | 11010101 | 10111 | 1001101 |
Color Harmonies of #B6C2D1
Complementary color
Monochromatic Colors of #B6C2D1
Black with #B6C2D1
Text Example
Text Example
White with #B6C2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C2D1; }
p { color: rgb(182,194,209); }
H1.HeaderClassName
{
color: #B6C2D1;
}
.AnyTagClassName
{
color: #B6C2D1;
}
</style>
background-color css
<style>
a { background-color: #B6C2D1; }
a { background-color: rgb(182,194,209); }
div.DivClassName
{
background-color: #B6C2D1;
}
.BgClassName
{
background-color: #B6C2D1;
}
</style>
border-color css
<style>
span { border-color: #B6C2D1; }
span { border-color: rgb(182,194,209); }
td.TdClassName
{
border-color: #B6C2D1;
}
.TagClassName
{
border-color: #B6C2D1;
}
</style>