Shades of Spindle #BEC8D4
Tints of Spindle #BEC8D4
RGB
CMYK
RGB Variations
Color information
#BEC8D4 (or 0xBEC8D4) is known color: Spindle. HEX triplet: BE, C8 and D4. RGB value is (190,200,212). Sum of RGB (Red+Green+Blue) = 190+200+212=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEC8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8D4 is #41372B. Grayscale: #C6C6C6. Windows color (decimal): -4273964 or 13945022. OLE color: 13945022.
HSL color Cylindrical-coordinate representation of color #BEC8D4: hue angle of 212.73º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC8D4 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 190 | 200 | 212 | - |
CMYK | 0.10 | 0.06 | 0 | 0.17 |
HSL | 212.73º | 0.2% | 0.79% | - |
HSV(B) | 212.73º | 0.1% | 0.83% | - |
XYZ | 53.77 | 57.01 | 70.46 | - |
YUV | 198.38 | 135.69 | 122.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 200 | 212 | 0.10 | 0.06 | 0 | 0.17 | 212.73 | 0.2 | 0.79 |
Hex | BE | C8 | D4 | A | 6 | 0 | 11 | D5 | 14 | 4F |
Octal | 276 | 310 | 324 | 12 | 6 | 0 | 21 | 325 | 24 | 117 |
Binary | 10111110 | 11001000 | 11010100 | 1010 | 110 | 0 | 10001 | 11010101 | 10100 | 1001111 |
Color Harmonies of #BEC8D4
Complementary color
Monochromatic Colors of #BEC8D4
Black with #BEC8D4
Text Example
Text Example
White with #BEC8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8D4; }
p { color: rgb(190,200,212); }
H1.HeaderClassName
{
color: #BEC8D4;
}
.AnyTagClassName
{
color: #BEC8D4;
}
</style>
background-color css
<style>
a { background-color: #BEC8D4; }
a { background-color: rgb(190,200,212); }
div.DivClassName
{
background-color: #BEC8D4;
}
.BgClassName
{
background-color: #BEC8D4;
}
</style>
border-color css
<style>
span { border-color: #BEC8D4; }
span { border-color: rgb(190,200,212); }
td.TdClassName
{
border-color: #BEC8D4;
}
.TagClassName
{
border-color: #BEC8D4;
}
</style>