Shades of Spindle #B6C2CF
Tints of Spindle #B6C2CF
RGB
CMYK
RGB Variations
Color information
#B6C2CF (or 0xB6C2CF) is known color: Spindle. HEX triplet: B6, C2 and CF. RGB value is (182,194,207). Sum of RGB (Red+Green+Blue) = 182+194+207=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6C2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C2CF is #493D30. Grayscale: #BFBFBF. Windows color (decimal): -4799793 or 13615798. OLE color: 13615798.
HSL color Cylindrical-coordinate representation of color #B6C2CF: hue angle of 211.2º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6C2CF is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 194 | 207 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.19 |
| HSL | 211.2º | 0.21% | 0.76% | - |
| HSV(B) | 211.2º | 0.12% | 0.81% | - |
| XYZ | 49.85 | 53.03 | 66.64 | - |
| YUV | 191.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 207 | 0.12 | 0.06 | 0 | 0.19 | 211.2 | 0.21 | 0.76 |
| Hex | B6 | C2 | CF | C | 6 | 0 | 13 | D3 | 15 | 4C |
| Octal | 266 | 302 | 317 | 14 | 6 | 0 | 23 | 323 | 25 | 114 |
| Binary | 10110110 | 11000010 | 11001111 | 1100 | 110 | 0 | 10011 | 11010011 | 10101 | 1001100 |
Color Harmonies of #B6C2CF
Complementary color
Monochromatic Colors of #B6C2CF
Black with #B6C2CF
Text Example
Text Example
White with #B6C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C2CF; }
p { color: rgb(182,194,207); }
H1.HeaderClassName
{
color: #B6C2CF;
}
.AnyTagClassName
{
color: #B6C2CF;
}
</style>
background-color css
<style>
a { background-color: #B6C2CF; }
a { background-color: rgb(182,194,207); }
div.DivClassName
{
background-color: #B6C2CF;
}
.BgClassName
{
background-color: #B6C2CF;
}
</style>
border-color css
<style>
span { border-color: #B6C2CF; }
span { border-color: rgb(182,194,207); }
td.TdClassName
{
border-color: #B6C2CF;
}
.TagClassName
{
border-color: #B6C2CF;
}
</style>