Shades of Conifer #BBE255
Tints of Conifer #BBE255
RGB
CMYK
RGB Variations
Color information
#BBE255 (or 0xBBE255) is known color: Conifer. HEX triplet: BB, E2 and 55. RGB value is (187,226,85). Sum of RGB (Red+Green+Blue) = 187+226+85=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE255 is #441DAA. Grayscale: #C6C6C6. Windows color (decimal): -4464043 or 5628603. OLE color: 5628603.
HSL color Cylindrical-coordinate representation of color #BBE255: hue angle of 76.6º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBE255 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 85 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.11 |
| HSL | 76.6º | 0.71% | 0.61% | - |
| HSV(B) | 76.6º | 0.62% | 0.89% | - |
| XYZ | 49.33 | 65.61 | 18.66 | - |
| YUV | 198.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 85 | 0.17 | 0 | 0.62 | 0.11 | 76.6 | 0.71 | 0.61 |
| Hex | BB | E2 | 55 | 11 | 0 | 3E | B | 4D | 47 | 3D |
| Octal | 273 | 342 | 125 | 21 | 0 | 76 | 13 | 115 | 107 | 75 |
| Binary | 10111011 | 11100010 | 1010101 | 10001 | 0 | 111110 | 1011 | 1001101 | 1000111 | 111101 |
Color Harmonies of #BBE255
Complementary color
Monochromatic Colors of #BBE255
Black with #BBE255
Text Example
Text Example
White with #BBE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE255; }
p { color: rgb(187,226,85); }
H1.HeaderClassName
{
color: #BBE255;
}
.AnyTagClassName
{
color: #BBE255;
}
</style>
background-color css
<style>
a { background-color: #BBE255; }
a { background-color: rgb(187,226,85); }
div.DivClassName
{
background-color: #BBE255;
}
.BgClassName
{
background-color: #BBE255;
}
</style>
border-color css
<style>
span { border-color: #BBE255; }
span { border-color: rgb(187,226,85); }
td.TdClassName
{
border-color: #BBE255;
}
.TagClassName
{
border-color: #BBE255;
}
</style>