Shades of Reef #BBF692
Tints of Reef #BBF692
RGB
CMYK
RGB Variations
Color information
#BBF692 (or 0xBBF692) is known color: Reef. HEX triplet: BB, F6 and 92. RGB value is (187,246,146). Sum of RGB (Red+Green+Blue) = 187+246+146=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF692 is #44096D. Grayscale: #D9D9D9. Windows color (decimal): -4458862 or 9631419. OLE color: 9631419.
HSL color Cylindrical-coordinate representation of color #BBF692: hue angle of 95.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBF692 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 146 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.04 |
| HSL | 95.4º | 0.85% | 0.77% | - |
| HSV(B) | 95.4º | 0.41% | 0.96% | - |
| XYZ | 58.64 | 78.55 | 39.27 | - |
| YUV | 216.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 146 | 0.24 | 0 | 0.41 | 0.04 | 95.4 | 0.85 | 0.77 |
| Hex | BB | F6 | 92 | 18 | 0 | 29 | 4 | 5F | 55 | 4D |
| Octal | 273 | 366 | 222 | 30 | 0 | 51 | 4 | 137 | 125 | 115 |
| Binary | 10111011 | 11110110 | 10010010 | 11000 | 0 | 101001 | 100 | 1011111 | 1010101 | 1001101 |
Color Harmonies of #BBF692
Complementary color
Monochromatic Colors of #BBF692
Black with #BBF692
Text Example
Text Example
White with #BBF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF692; }
p { color: rgb(187,246,146); }
H1.HeaderClassName
{
color: #BBF692;
}
.AnyTagClassName
{
color: #BBF692;
}
</style>
background-color css
<style>
a { background-color: #BBF692; }
a { background-color: rgb(187,246,146); }
div.DivClassName
{
background-color: #BBF692;
}
.BgClassName
{
background-color: #BBF692;
}
</style>
border-color css
<style>
span { border-color: #BBF692; }
span { border-color: rgb(187,246,146); }
td.TdClassName
{
border-color: #BBF692;
}
.TagClassName
{
border-color: #BBF692;
}
</style>