Shades of Reef #BBF892
Tints of Reef #BBF892
RGB
CMYK
RGB Variations
Color information
#BBF892 (or 0xBBF892) is known color: Reef. HEX triplet: BB, F8 and 92. RGB value is (187,248,146). Sum of RGB (Red+Green+Blue) = 187+248+146=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF892 is #44076D. Grayscale: #DADADA. Windows color (decimal): -4458350 or 9631931. OLE color: 9631931.
HSL color Cylindrical-coordinate representation of color #BBF892: hue angle of 95.88º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBF892 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 146 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.03 |
| HSL | 95.88º | 0.88% | 0.77% | - |
| HSV(B) | 95.88º | 0.41% | 0.97% | - |
| XYZ | 59.25 | 79.77 | 39.47 | - |
| YUV | 218.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 146 | 0.25 | 0 | 0.41 | 0.03 | 95.88 | 0.88 | 0.77 |
| Hex | BB | F8 | 92 | 19 | 0 | 29 | 3 | 60 | 58 | 4D |
| Octal | 273 | 370 | 222 | 31 | 0 | 51 | 3 | 140 | 130 | 115 |
| Binary | 10111011 | 11111000 | 10010010 | 11001 | 0 | 101001 | 11 | 1100000 | 1011000 | 1001101 |
Color Harmonies of #BBF892
Complementary color
Monochromatic Colors of #BBF892
Black with #BBF892
Text Example
Text Example
White with #BBF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF892; }
p { color: rgb(187,248,146); }
H1.HeaderClassName
{
color: #BBF892;
}
.AnyTagClassName
{
color: #BBF892;
}
</style>
background-color css
<style>
a { background-color: #BBF892; }
a { background-color: rgb(187,248,146); }
div.DivClassName
{
background-color: #BBF892;
}
.BgClassName
{
background-color: #BBF892;
}
</style>
border-color css
<style>
span { border-color: #BBF892; }
span { border-color: rgb(187,248,146); }
td.TdClassName
{
border-color: #BBF892;
}
.TagClassName
{
border-color: #BBF892;
}
</style>