Shades of Spindle #BEC6CC
Tints of Spindle #BEC6CC
RGB
CMYK
RGB Variations
Color information
#BEC6CC (or 0xBEC6CC) is known color: Spindle. HEX triplet: BE, C6 and CC. RGB value is (190,198,204). Sum of RGB (Red+Green+Blue) = 190+198+204=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6CC is #413933. Grayscale: #C4C4C4. Windows color (decimal): -4274484 or 13420222. OLE color: 13420222.
HSL color Cylindrical-coordinate representation of color #BEC6CC: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC6CC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 198 | 204 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.2 |
| HSL | 205.71º | 0.12% | 0.77% | - |
| HSV(B) | 205.71º | 0.07% | 0.8% | - |
| XYZ | 52.33 | 55.69 | 65.12 | - |
| YUV | 196.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 204 | 0.07 | 0.03 | 0 | 0.2 | 205.71 | 0.12 | 0.77 |
| Hex | BE | C6 | CC | 7 | 3 | 0 | 14 | CE | C | 4D |
| Octal | 276 | 306 | 314 | 7 | 3 | 0 | 24 | 316 | 14 | 115 |
| Binary | 10111110 | 11000110 | 11001100 | 111 | 11 | 0 | 10100 | 11001110 | 1100 | 1001101 |
Color Harmonies of #BEC6CC
Complementary color
Monochromatic Colors of #BEC6CC
Black with #BEC6CC
Text Example
Text Example
White with #BEC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6CC; }
p { color: rgb(190,198,204); }
H1.HeaderClassName
{
color: #BEC6CC;
}
.AnyTagClassName
{
color: #BEC6CC;
}
</style>
background-color css
<style>
a { background-color: #BEC6CC; }
a { background-color: rgb(190,198,204); }
div.DivClassName
{
background-color: #BEC6CC;
}
.BgClassName
{
background-color: #BEC6CC;
}
</style>
border-color css
<style>
span { border-color: #BEC6CC; }
span { border-color: rgb(190,198,204); }
td.TdClassName
{
border-color: #BEC6CC;
}
.TagClassName
{
border-color: #BEC6CC;
}
</style>