Shades of Conifer #BBF255
Tints of Conifer #BBF255
RGB
CMYK
RGB Variations
Color information
#BBF255 (or 0xBBF255) is known color: Conifer. HEX triplet: BB, F2 and 55. RGB value is (187,242,85). Sum of RGB (Red+Green+Blue) = 187+242+85=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF255 is #440DAA. Grayscale: #D0D0D0. Windows color (decimal): -4459947 or 5632699. OLE color: 5632699.
HSL color Cylindrical-coordinate representation of color #BBF255: hue angle of 81.02º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBF255 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 85 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.05 |
| HSL | 81.02º | 0.86% | 0.64% | - |
| HSV(B) | 81.02º | 0.65% | 0.95% | - |
| XYZ | 53.89 | 74.72 | 20.18 | - |
| YUV | 207.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 85 | 0.23 | 0 | 0.65 | 0.05 | 81.02 | 0.86 | 0.64 |
| Hex | BB | F2 | 55 | 17 | 0 | 41 | 5 | 51 | 56 | 40 |
| Octal | 273 | 362 | 125 | 27 | 0 | 101 | 5 | 121 | 126 | 100 |
| Binary | 10111011 | 11110010 | 1010101 | 10111 | 0 | 1000001 | 101 | 1010001 | 1010110 | 1000000 |
Color Harmonies of #BBF255
Complementary color
Monochromatic Colors of #BBF255
Black with #BBF255
Text Example
Text Example
White with #BBF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF255; }
p { color: rgb(187,242,85); }
H1.HeaderClassName
{
color: #BBF255;
}
.AnyTagClassName
{
color: #BBF255;
}
</style>
background-color css
<style>
a { background-color: #BBF255; }
a { background-color: rgb(187,242,85); }
div.DivClassName
{
background-color: #BBF255;
}
.BgClassName
{
background-color: #BBF255;
}
</style>
border-color css
<style>
span { border-color: #BBF255; }
span { border-color: rgb(187,242,85); }
td.TdClassName
{
border-color: #BBF255;
}
.TagClassName
{
border-color: #BBF255;
}
</style>