Shades of Tiara #BABDBC
Tints of Tiara #BABDBC
RGB
CMYK
RGB Variations
Color information
#BABDBC (or 0xBABDBC) is known color: Tiara. HEX triplet: BA, BD and BC. RGB value is (186,189,188). Sum of RGB (Red+Green+Blue) = 186+189+188=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDBC is #454243. Grayscale: #BBBBBB. Windows color (decimal): -4538948 or 12369338. OLE color: 12369338.
HSL color Cylindrical-coordinate representation of color #BABDBC: hue angle of 160º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABDBC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 188 | - |
CMYK | 0.02 | 0 | 0.01 | 0.26 |
HSL | 160º | 0.02% | 0.74% | - |
HSV(B) | 160º | 0.02% | 0.74% | - |
XYZ | 47.52 | 50.47 | 54.81 | - |
YUV | 187.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 188 | 0.02 | 0 | 0.01 | 0.26 | 160 | 0.02 | 0.74 |
Hex | BA | BD | BC | 2 | 0 | 1 | 1A | A0 | 2 | 4A |
Octal | 272 | 275 | 274 | 2 | 0 | 1 | 32 | 240 | 2 | 112 |
Binary | 10111010 | 10111101 | 10111100 | 10 | 0 | 1 | 11010 | 10100000 | 10 | 1001010 |
Color Harmonies of #BABDBC
Complementary color
Monochromatic Colors of #BABDBC
Black with #BABDBC
Text Example
Text Example
White with #BABDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDBC; }
p { color: rgb(186,189,188); }
H1.HeaderClassName
{
color: #BABDBC;
}
.AnyTagClassName
{
color: #BABDBC;
}
</style>
background-color css
<style>
a { background-color: #BABDBC; }
a { background-color: rgb(186,189,188); }
div.DivClassName
{
background-color: #BABDBC;
}
.BgClassName
{
background-color: #BABDBC;
}
</style>
border-color css
<style>
span { border-color: #BABDBC; }
span { border-color: rgb(186,189,188); }
td.TdClassName
{
border-color: #BABDBC;
}
.TagClassName
{
border-color: #BABDBC;
}
</style>