Shades of Caper #BBD17B
Tints of Caper #BBD17B
RGB
CMYK
RGB Variations
Color information
#BBD17B (or 0xBBD17B) is known color: Caper. HEX triplet: BB, D1 and 7B. RGB value is (187,209,123). Sum of RGB (Red+Green+Blue) = 187+209+123=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD17B is #442E84. Grayscale: #C0C0C0. Windows color (decimal): -4468357 or 8114619. OLE color: 8114619.
HSL color Cylindrical-coordinate representation of color #BBD17B: hue angle of 75.35º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBD17B is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 123 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.18 |
| HSL | 75.35º | 0.48% | 0.65% | - |
| HSV(B) | 75.35º | 0.41% | 0.82% | - |
| XYZ | 46.87 | 57.6 | 27.39 | - |
| YUV | 192.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 123 | 0.11 | 0 | 0.41 | 0.18 | 75.35 | 0.48 | 0.65 |
| Hex | BB | D1 | 7B | B | 0 | 29 | 12 | 4B | 30 | 41 |
| Octal | 273 | 321 | 173 | 13 | 0 | 51 | 22 | 113 | 60 | 101 |
| Binary | 10111011 | 11010001 | 1111011 | 1011 | 0 | 101001 | 10010 | 1001011 | 110000 | 1000001 |
Color Harmonies of #BBD17B
Complementary color
Monochromatic Colors of #BBD17B
Black with #BBD17B
Text Example
Text Example
White with #BBD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD17B; }
p { color: rgb(187,209,123); }
H1.HeaderClassName
{
color: #BBD17B;
}
.AnyTagClassName
{
color: #BBD17B;
}
</style>
background-color css
<style>
a { background-color: #BBD17B; }
a { background-color: rgb(187,209,123); }
div.DivClassName
{
background-color: #BBD17B;
}
.BgClassName
{
background-color: #BBD17B;
}
</style>
border-color css
<style>
span { border-color: #BBD17B; }
span { border-color: rgb(187,209,123); }
td.TdClassName
{
border-color: #BBD17B;
}
.TagClassName
{
border-color: #BBD17B;
}
</style>