Shades of Tiara #BBBDBC
Tints of Tiara #BBBDBC
RGB
CMYK
RGB Variations
Color information
#BBBDBC (or 0xBBBDBC) is known color: Tiara. HEX triplet: BB, BD and BC. RGB value is (187,189,188). Sum of RGB (Red+Green+Blue) = 187+189+188=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDBC is #444243. Grayscale: #BCBCBC. Windows color (decimal): -4473412 or 12369339. OLE color: 12369339.
HSL color Cylindrical-coordinate representation of color #BBBDBC: hue angle of 150º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BBBDBC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 188 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.26 |
| HSL | 150º | 0.01% | 0.74% | - |
| HSV(B) | 150º | 0.01% | 0.74% | - |
| XYZ | 47.77 | 50.59 | 54.82 | - |
| YUV | 188.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 188 | 0.01 | 0 | 0.01 | 0.26 | 150 | 0.01 | 0.74 |
| Hex | BB | BD | BC | 1 | 0 | 1 | 1A | 96 | 1 | 4A |
| Octal | 273 | 275 | 274 | 1 | 0 | 1 | 32 | 226 | 1 | 112 |
| Binary | 10111011 | 10111101 | 10111100 | 1 | 0 | 1 | 11010 | 10010110 | 1 | 1001010 |
Color Harmonies of #BBBDBC
Complementary color
Monochromatic Colors of #BBBDBC
Black with #BBBDBC
Text Example
Text Example
White with #BBBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDBC; }
p { color: rgb(187,189,188); }
H1.HeaderClassName
{
color: #BBBDBC;
}
.AnyTagClassName
{
color: #BBBDBC;
}
</style>
background-color css
<style>
a { background-color: #BBBDBC; }
a { background-color: rgb(187,189,188); }
div.DivClassName
{
background-color: #BBBDBC;
}
.BgClassName
{
background-color: #BBBDBC;
}
</style>
border-color css
<style>
span { border-color: #BBBDBC; }
span { border-color: rgb(187,189,188); }
td.TdClassName
{
border-color: #BBBDBC;
}
.TagClassName
{
border-color: #BBBDBC;
}
</style>