Shades of Spindle #BEC5CC
Tints of Spindle #BEC5CC
RGB
CMYK
RGB Variations
Color information
#BEC5CC (or 0xBEC5CC) is known color: Spindle. HEX triplet: BE, C5 and CC. RGB value is (190,197,204). Sum of RGB (Red+Green+Blue) = 190+197+204=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5CC is #413A33. Grayscale: #C3C3C3. Windows color (decimal): -4274740 or 13419966. OLE color: 13419966.
HSL color Cylindrical-coordinate representation of color #BEC5CC: hue angle of 210º 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 #BEC5CC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 197 | 204 | - |
CMYK | 0.07 | 0.03 | 0 | 0.2 |
HSL | 210º | 0.12% | 0.77% | - |
HSV(B) | 210º | 0.07% | 0.8% | - |
XYZ | 52.1 | 55.24 | 65.04 | - |
YUV | 195.71 | 132.68 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 197 | 204 | 0.07 | 0.03 | 0 | 0.2 | 210 | 0.12 | 0.77 |
Hex | BE | C5 | CC | 7 | 3 | 0 | 14 | D2 | C | 4D |
Octal | 276 | 305 | 314 | 7 | 3 | 0 | 24 | 322 | 14 | 115 |
Binary | 10111110 | 11000101 | 11001100 | 111 | 11 | 0 | 10100 | 11010010 | 1100 | 1001101 |
Color Harmonies of #BEC5CC
Complementary color
Monochromatic Colors of #BEC5CC
Black with #BEC5CC
Text Example
Text Example
White with #BEC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5CC; }
p { color: rgb(190,197,204); }
H1.HeaderClassName
{
color: #BEC5CC;
}
.AnyTagClassName
{
color: #BEC5CC;
}
</style>
background-color css
<style>
a { background-color: #BEC5CC; }
a { background-color: rgb(190,197,204); }
div.DivClassName
{
background-color: #BEC5CC;
}
.BgClassName
{
background-color: #BEC5CC;
}
</style>
border-color css
<style>
span { border-color: #BEC5CC; }
span { border-color: rgb(190,197,204); }
td.TdClassName
{
border-color: #BEC5CC;
}
.TagClassName
{
border-color: #BEC5CC;
}
</style>