Shades of Spindle #BECAD2
Tints of Spindle #BECAD2
RGB
CMYK
RGB Variations
Color information
#BECAD2 (or 0xBECAD2) is known color: Spindle. HEX triplet: BE, CA and D2. RGB value is (190,202,210). Sum of RGB (Red+Green+Blue) = 190+202+210=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #BECAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAD2 is #41352D. Grayscale: #C7C7C7. Windows color (decimal): -4273454 or 13814462. OLE color: 13814462.
HSL color Cylindrical-coordinate representation of color #BECAD2: hue angle of 204º 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 #BECAD2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 190 | 202 | 210 | - |
CMYK | 0.10 | 0.04 | 0 | 0.18 |
HSL | 204º | 0.18% | 0.78% | - |
HSV(B) | 204º | 0.1% | 0.82% | - |
XYZ | 53.99 | 57.84 | 69.29 | - |
YUV | 199.32 | 134.02 | 121.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 202 | 210 | 0.10 | 0.04 | 0 | 0.18 | 204 | 0.18 | 0.78 |
Hex | BE | CA | D2 | A | 4 | 0 | 12 | CC | 12 | 4E |
Octal | 276 | 312 | 322 | 12 | 4 | 0 | 22 | 314 | 22 | 116 |
Binary | 10111110 | 11001010 | 11010010 | 1010 | 100 | 0 | 10010 | 11001100 | 10010 | 1001110 |
Color Harmonies of #BECAD2
Complementary color
Monochromatic Colors of #BECAD2
Black with #BECAD2
Text Example
Text Example
White with #BECAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAD2; }
p { color: rgb(190,202,210); }
H1.HeaderClassName
{
color: #BECAD2;
}
.AnyTagClassName
{
color: #BECAD2;
}
</style>
background-color css
<style>
a { background-color: #BECAD2; }
a { background-color: rgb(190,202,210); }
div.DivClassName
{
background-color: #BECAD2;
}
.BgClassName
{
background-color: #BECAD2;
}
</style>
border-color css
<style>
span { border-color: #BECAD2; }
span { border-color: rgb(190,202,210); }
td.TdClassName
{
border-color: #BECAD2;
}
.TagClassName
{
border-color: #BECAD2;
}
</style>