Shades of Chatelle #BBB5BE
Tints of Chatelle #BBB5BE
RGB
CMYK
RGB Variations
Color information
#BBB5BE (or 0xBBB5BE) is known color: Chatelle. HEX triplet: BB, B5 and BE. RGB value is (187,181,190). Sum of RGB (Red+Green+Blue) = 187+181+190=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5BE is #444A41. Grayscale: #B7B7B7. Windows color (decimal): -4475458 or 12498363. OLE color: 12498363.
HSL color Cylindrical-coordinate representation of color #BBB5BE: hue angle of 280º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBB5BE is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 187 | 181 | 190 | - |
CMYK | 0.02 | 0.05 | 0 | 0.25 |
HSL | 280º | 0.06% | 0.73% | - |
HSV(B) | 280º | 0.05% | 0.75% | - |
XYZ | 46.31 | 47.33 | 55.41 | - |
YUV | 183.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 190 | 0.02 | 0.05 | 0 | 0.25 | 280 | 0.06 | 0.73 |
Hex | BB | B5 | BE | 2 | 5 | 0 | 19 | 118 | 6 | 49 |
Octal | 273 | 265 | 276 | 2 | 5 | 0 | 31 | 430 | 6 | 111 |
Binary | 10111011 | 10110101 | 10111110 | 10 | 101 | 0 | 11001 | 100011000 | 110 | 1001001 |
Color Harmonies of #BBB5BE
Complementary color
Monochromatic Colors of #BBB5BE
Black with #BBB5BE
Text Example
Text Example
White with #BBB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5BE; }
p { color: rgb(187,181,190); }
H1.HeaderClassName
{
color: #BBB5BE;
}
.AnyTagClassName
{
color: #BBB5BE;
}
</style>
background-color css
<style>
a { background-color: #BBB5BE; }
a { background-color: rgb(187,181,190); }
div.DivClassName
{
background-color: #BBB5BE;
}
.BgClassName
{
background-color: #BBB5BE;
}
</style>
border-color css
<style>
span { border-color: #BBB5BE; }
span { border-color: rgb(187,181,190); }
td.TdClassName
{
border-color: #BBB5BE;
}
.TagClassName
{
border-color: #BBB5BE;
}
</style>