Shades of Celery #BBC255
Tints of Celery #BBC255
RGB
CMYK
RGB Variations
Color information
#BBC255 (or 0xBBC255) is known color: Celery. HEX triplet: BB, C2 and 55. RGB value is (187,194,85). Sum of RGB (Red+Green+Blue) = 187+194+85=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC255 is #443DAA. Grayscale: #B3B3B3. Windows color (decimal): -4472235 or 5620411. OLE color: 5620411.
HSL color Cylindrical-coordinate representation of color #BBC255: hue angle of 63.85º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBC255 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 85 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.24 |
| HSL | 63.85º | 0.47% | 0.55% | - |
| HSV(B) | 63.85º | 0.56% | 0.76% | - |
| XYZ | 41.43 | 49.8 | 16.02 | - |
| YUV | 179.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 85 | 0.04 | 0 | 0.56 | 0.24 | 63.85 | 0.47 | 0.55 |
| Hex | BB | C2 | 55 | 4 | 0 | 38 | 18 | 40 | 2F | 37 |
| Octal | 273 | 302 | 125 | 4 | 0 | 70 | 30 | 100 | 57 | 67 |
| Binary | 10111011 | 11000010 | 1010101 | 100 | 0 | 111000 | 11000 | 1000000 | 101111 | 110111 |
Color Harmonies of #BBC255
Complementary color
Monochromatic Colors of #BBC255
Black with #BBC255
Text Example
Text Example
White with #BBC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC255; }
p { color: rgb(187,194,85); }
H1.HeaderClassName
{
color: #BBC255;
}
.AnyTagClassName
{
color: #BBC255;
}
</style>
background-color css
<style>
a { background-color: #BBC255; }
a { background-color: rgb(187,194,85); }
div.DivClassName
{
background-color: #BBC255;
}
.BgClassName
{
background-color: #BBC255;
}
</style>
border-color css
<style>
span { border-color: #BBC255; }
span { border-color: rgb(187,194,85); }
td.TdClassName
{
border-color: #BBC255;
}
.TagClassName
{
border-color: #BBC255;
}
</style>