Shades of Spindle #BECCD4
Tints of Spindle #BECCD4
RGB
CMYK
RGB Variations
Color information
#BECCD4 (or 0xBECCD4) is known color: Spindle. HEX triplet: BE, CC and D4. RGB value is (190,204,212). Sum of RGB (Red+Green+Blue) = 190+204+212=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #BECCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD4 is #41332B. Grayscale: #C8C8C8. Windows color (decimal): -4272940 or 13946046. OLE color: 13946046.
HSL color Cylindrical-coordinate representation of color #BECCD4: hue angle of 201.82º 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 #BECCD4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 190 | 204 | 212 | - |
CMYK | 0.10 | 0.04 | 0 | 0.17 |
HSL | 201.82º | 0.2% | 0.79% | - |
HSV(B) | 201.82º | 0.1% | 0.83% | - |
XYZ | 54.71 | 58.89 | 70.77 | - |
YUV | 200.73 | 134.36 | 120.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 212 | 0.10 | 0.04 | 0 | 0.17 | 201.82 | 0.2 | 0.79 |
Hex | BE | CC | D4 | A | 4 | 0 | 11 | CA | 14 | 4F |
Octal | 276 | 314 | 324 | 12 | 4 | 0 | 21 | 312 | 24 | 117 |
Binary | 10111110 | 11001100 | 11010100 | 1010 | 100 | 0 | 10001 | 11001010 | 10100 | 1001111 |
Color Harmonies of #BECCD4
Complementary color
Monochromatic Colors of #BECCD4
Black with #BECCD4
Text Example
Text Example
White with #BECCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCD4; }
p { color: rgb(190,204,212); }
H1.HeaderClassName
{
color: #BECCD4;
}
.AnyTagClassName
{
color: #BECCD4;
}
</style>
background-color css
<style>
a { background-color: #BECCD4; }
a { background-color: rgb(190,204,212); }
div.DivClassName
{
background-color: #BECCD4;
}
.BgClassName
{
background-color: #BECCD4;
}
</style>
border-color css
<style>
span { border-color: #BECCD4; }
span { border-color: rgb(190,204,212); }
td.TdClassName
{
border-color: #BECCD4;
}
.TagClassName
{
border-color: #BECCD4;
}
</style>