Shades of Spindle #BEC7CC
Tints of Spindle #BEC7CC
RGB
CMYK
RGB Variations
Color information
#BEC7CC (or 0xBEC7CC) is known color: Spindle. HEX triplet: BE, C7 and CC. RGB value is (190,199,204). Sum of RGB (Red+Green+Blue) = 190+199+204=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7CC is #413833. Grayscale: #C4C4C4. Windows color (decimal): -4274228 or 13420478. OLE color: 13420478.
HSL color Cylindrical-coordinate representation of color #BEC7CC: hue angle of 201.43º 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 #BEC7CC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 199 | 204 | - |
CMYK | 0.07 | 0.02 | 0 | 0.2 |
HSL | 201.43º | 0.12% | 0.77% | - |
HSV(B) | 201.43º | 0.07% | 0.8% | - |
XYZ | 52.56 | 56.15 | 65.2 | - |
YUV | 196.88 | 132.02 | 123.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 199 | 204 | 0.07 | 0.02 | 0 | 0.2 | 201.43 | 0.12 | 0.77 |
Hex | BE | C7 | CC | 7 | 2 | 0 | 14 | C9 | C | 4D |
Octal | 276 | 307 | 314 | 7 | 2 | 0 | 24 | 311 | 14 | 115 |
Binary | 10111110 | 11000111 | 11001100 | 111 | 10 | 0 | 10100 | 11001001 | 1100 | 1001101 |
Color Harmonies of #BEC7CC
Complementary color
Monochromatic Colors of #BEC7CC
Black with #BEC7CC
Text Example
Text Example
White with #BEC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7CC; }
p { color: rgb(190,199,204); }
H1.HeaderClassName
{
color: #BEC7CC;
}
.AnyTagClassName
{
color: #BEC7CC;
}
</style>
background-color css
<style>
a { background-color: #BEC7CC; }
a { background-color: rgb(190,199,204); }
div.DivClassName
{
background-color: #BEC7CC;
}
.BgClassName
{
background-color: #BEC7CC;
}
</style>
border-color css
<style>
span { border-color: #BEC7CC; }
span { border-color: rgb(190,199,204); }
td.TdClassName
{
border-color: #BEC7CC;
}
.TagClassName
{
border-color: #BEC7CC;
}
</style>