Shades of Tiara #BBC1BE
Tints of Tiara #BBC1BE
RGB
CMYK
RGB Variations
Color information
#BBC1BE (or 0xBBC1BE) is known color: Tiara. HEX triplet: BB, C1 and BE. RGB value is (187,193,190). Sum of RGB (Red+Green+Blue) = 187+193+190=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1BE is #443E41. Grayscale: #BEBEBE. Windows color (decimal): -4472386 or 12501435. OLE color: 12501435.
HSL color Cylindrical-coordinate representation of color #BBC1BE: hue angle of 150º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBC1BE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 193 | 190 | - |
CMYK | 0.03 | 0 | 0.02 | 0.24 |
HSL | 150º | 0.05% | 0.75% | - |
HSV(B) | 150º | 0.03% | 0.76% | - |
XYZ | 48.86 | 52.42 | 56.26 | - |
YUV | 190.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 193 | 190 | 0.03 | 0 | 0.02 | 0.24 | 150 | 0.05 | 0.75 |
Hex | BB | C1 | BE | 3 | 0 | 2 | 18 | 96 | 5 | 4B |
Octal | 273 | 301 | 276 | 3 | 0 | 2 | 30 | 226 | 5 | 113 |
Binary | 10111011 | 11000001 | 10111110 | 11 | 0 | 10 | 11000 | 10010110 | 101 | 1001011 |
Color Harmonies of #BBC1BE
Complementary color
Monochromatic Colors of #BBC1BE
Black with #BBC1BE
Text Example
Text Example
White with #BBC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1BE; }
p { color: rgb(187,193,190); }
H1.HeaderClassName
{
color: #BBC1BE;
}
.AnyTagClassName
{
color: #BBC1BE;
}
</style>
background-color css
<style>
a { background-color: #BBC1BE; }
a { background-color: rgb(187,193,190); }
div.DivClassName
{
background-color: #BBC1BE;
}
.BgClassName
{
background-color: #BBC1BE;
}
</style>
border-color css
<style>
span { border-color: #BBC1BE; }
span { border-color: rgb(187,193,190); }
td.TdClassName
{
border-color: #BBC1BE;
}
.TagClassName
{
border-color: #BBC1BE;
}
</style>