Shades of Spindle #B6BCC5
Tints of Spindle #B6BCC5
RGB
CMYK
RGB Variations
Color information
#B6BCC5 (or 0xB6BCC5) is known color: Spindle. HEX triplet: B6, BC and C5. RGB value is (182,188,197). Sum of RGB (Red+Green+Blue) = 182+188+197=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 197 - color contains mainly: blue. Hex color #B6BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCC5 is #49433A. Grayscale: #BBBBBB. Windows color (decimal): -4801339 or 12958902. OLE color: 12958902.
HSL color Cylindrical-coordinate representation of color #B6BCC5: hue angle of 216º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6BCC5 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 188 | 197 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.23 |
| HSL | 216º | 0.11% | 0.74% | - |
| HSV(B) | 216º | 0.08% | 0.77% | - |
| XYZ | 47.35 | 49.94 | 59.97 | - |
| YUV | 187.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 197 | 0.08 | 0.05 | 0 | 0.23 | 216 | 0.11 | 0.74 |
| Hex | B6 | BC | C5 | 8 | 5 | 0 | 17 | D8 | B | 4A |
| Octal | 266 | 274 | 305 | 10 | 5 | 0 | 27 | 330 | 13 | 112 |
| Binary | 10110110 | 10111100 | 11000101 | 1000 | 101 | 0 | 10111 | 11011000 | 1011 | 1001010 |
Color Harmonies of #B6BCC5
Complementary color
Monochromatic Colors of #B6BCC5
Black with #B6BCC5
Text Example
Text Example
White with #B6BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCC5; }
p { color: rgb(182,188,197); }
H1.HeaderClassName
{
color: #B6BCC5;
}
.AnyTagClassName
{
color: #B6BCC5;
}
</style>
background-color css
<style>
a { background-color: #B6BCC5; }
a { background-color: rgb(182,188,197); }
div.DivClassName
{
background-color: #B6BCC5;
}
.BgClassName
{
background-color: #B6BCC5;
}
</style>
border-color css
<style>
span { border-color: #B6BCC5; }
span { border-color: rgb(182,188,197); }
td.TdClassName
{
border-color: #B6BCC5;
}
.TagClassName
{
border-color: #B6BCC5;
}
</style>