Shades of Spindle #BECCD2
Tints of Spindle #BECCD2
RGB
CMYK
RGB Variations
Color information
#BECCD2 (or 0xBECCD2) is known color: Spindle. HEX triplet: BE, CC and D2. RGB value is (190,204,210). Sum of RGB (Red+Green+Blue) = 190+204+210=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #BECCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD2 is #41332D. Grayscale: #C8C8C8. Windows color (decimal): -4272942 or 13814974. OLE color: 13814974.
HSL color Cylindrical-coordinate representation of color #BECCD2: hue angle of 198º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECCD2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 190 | 204 | 210 | - |
CMYK | 0.10 | 0.03 | 0 | 0.18 |
HSL | 198º | 0.18% | 0.78% | - |
HSV(B) | 198º | 0.1% | 0.82% | - |
XYZ | 54.46 | 58.79 | 69.45 | - |
YUV | 200.5 | 133.36 | 120.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 210 | 0.10 | 0.03 | 0 | 0.18 | 198 | 0.18 | 0.78 |
Hex | BE | CC | D2 | A | 3 | 0 | 12 | C6 | 12 | 4E |
Octal | 276 | 314 | 322 | 12 | 3 | 0 | 22 | 306 | 22 | 116 |
Binary | 10111110 | 11001100 | 11010010 | 1010 | 11 | 0 | 10010 | 11000110 | 10010 | 1001110 |
Color Harmonies of #BECCD2
Complementary color
Monochromatic Colors of #BECCD2
Black with #BECCD2
Text Example
Text Example
White with #BECCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCD2; }
p { color: rgb(190,204,210); }
H1.HeaderClassName
{
color: #BECCD2;
}
.AnyTagClassName
{
color: #BECCD2;
}
</style>
background-color css
<style>
a { background-color: #BECCD2; }
a { background-color: rgb(190,204,210); }
div.DivClassName
{
background-color: #BECCD2;
}
.BgClassName
{
background-color: #BECCD2;
}
</style>
border-color css
<style>
span { border-color: #BECCD2; }
span { border-color: rgb(190,204,210); }
td.TdClassName
{
border-color: #BECCD2;
}
.TagClassName
{
border-color: #BECCD2;
}
</style>