Shades of Tiara #BABEBC
Tints of Tiara #BABEBC
RGB
CMYK
RGB Variations
Color information
#BABEBC (or 0xBABEBC) is known color: Tiara. HEX triplet: BA, BE and BC. RGB value is (186,190,188). Sum of RGB (Red+Green+Blue) = 186+190+188=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEBC is #454143. Grayscale: #BCBCBC. Windows color (decimal): -4538692 or 12369594. OLE color: 12369594.
HSL color Cylindrical-coordinate representation of color #BABEBC: hue angle of 150º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABEBC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 190 | 188 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.25 |
| HSL | 150º | 0.03% | 0.74% | - |
| HSV(B) | 150º | 0.02% | 0.75% | - |
| XYZ | 47.74 | 50.9 | 54.88 | - |
| YUV | 188.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 188 | 0.02 | 0 | 0.01 | 0.25 | 150 | 0.03 | 0.74 |
| Hex | BA | BE | BC | 2 | 0 | 1 | 19 | 96 | 3 | 4A |
| Octal | 272 | 276 | 274 | 2 | 0 | 1 | 31 | 226 | 3 | 112 |
| Binary | 10111010 | 10111110 | 10111100 | 10 | 0 | 1 | 11001 | 10010110 | 11 | 1001010 |
Color Harmonies of #BABEBC
Complementary color
Monochromatic Colors of #BABEBC
Black with #BABEBC
Text Example
Text Example
White with #BABEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEBC; }
p { color: rgb(186,190,188); }
H1.HeaderClassName
{
color: #BABEBC;
}
.AnyTagClassName
{
color: #BABEBC;
}
</style>
background-color css
<style>
a { background-color: #BABEBC; }
a { background-color: rgb(186,190,188); }
div.DivClassName
{
background-color: #BABEBC;
}
.BgClassName
{
background-color: #BABEBC;
}
</style>
border-color css
<style>
span { border-color: #BABEBC; }
span { border-color: rgb(186,190,188); }
td.TdClassName
{
border-color: #BABEBC;
}
.TagClassName
{
border-color: #BABEBC;
}
</style>