Shades of Tiara #BECAC4
Tints of Tiara #BECAC4
RGB
CMYK
RGB Variations
Color information
#BECAC4 (or 0xBECAC4) is known color: Tiara. HEX triplet: BE, CA and C4. RGB value is (190,202,196). Sum of RGB (Red+Green+Blue) = 190+202+196=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC4 is #41353B. Grayscale: #C5C5C5. Windows color (decimal): -4273468 or 12896958. OLE color: 12896958.
HSL color Cylindrical-coordinate representation of color #BECAC4: hue angle of 150º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECAC4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 190 | 202 | 196 | - |
CMYK | 0.06 | 0 | 0.03 | 0.21 |
HSL | 150º | 0.1% | 0.77% | - |
HSV(B) | 150º | 0.06% | 0.79% | - |
XYZ | 52.32 | 57.17 | 60.5 | - |
YUV | 197.73 | 127.02 | 122.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 202 | 196 | 0.06 | 0 | 0.03 | 0.21 | 150 | 0.1 | 0.77 |
Hex | BE | CA | C4 | 6 | 0 | 3 | 15 | 96 | A | 4D |
Octal | 276 | 312 | 304 | 6 | 0 | 3 | 25 | 226 | 12 | 115 |
Binary | 10111110 | 11001010 | 11000100 | 110 | 0 | 11 | 10101 | 10010110 | 1010 | 1001101 |
Color Harmonies of #BECAC4
Complementary color
Monochromatic Colors of #BECAC4
Black with #BECAC4
Text Example
Text Example
White with #BECAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAC4; }
p { color: rgb(190,202,196); }
H1.HeaderClassName
{
color: #BECAC4;
}
.AnyTagClassName
{
color: #BECAC4;
}
</style>
background-color css
<style>
a { background-color: #BECAC4; }
a { background-color: rgb(190,202,196); }
div.DivClassName
{
background-color: #BECAC4;
}
.BgClassName
{
background-color: #BECAC4;
}
</style>
border-color css
<style>
span { border-color: #BECAC4; }
span { border-color: rgb(190,202,196); }
td.TdClassName
{
border-color: #BECAC4;
}
.TagClassName
{
border-color: #BECAC4;
}
</style>