Shades of Pine Glade #BBC583
Tints of Pine Glade #BBC583
RGB
CMYK
RGB Variations
Color information
#BBC583 (or 0xBBC583) is known color: Pine Glade. HEX triplet: BB, C5 and 83. RGB value is (187,197,131). Sum of RGB (Red+Green+Blue) = 187+197+131=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC583 is #443A7C. Grayscale: #BABABA. Windows color (decimal): -4471421 or 8635835. OLE color: 8635835.
HSL color Cylindrical-coordinate representation of color #BBC583: hue angle of 69.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBC583 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 131 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.23 |
| HSL | 69.09º | 0.36% | 0.64% | - |
| HSV(B) | 69.09º | 0.34% | 0.77% | - |
| XYZ | 44.56 | 52.14 | 29.19 | - |
| YUV | 186.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 131 | 0.05 | 0 | 0.34 | 0.23 | 69.09 | 0.36 | 0.64 |
| Hex | BB | C5 | 83 | 5 | 0 | 22 | 17 | 45 | 24 | 40 |
| Octal | 273 | 305 | 203 | 5 | 0 | 42 | 27 | 105 | 44 | 100 |
| Binary | 10111011 | 11000101 | 10000011 | 101 | 0 | 100010 | 10111 | 1000101 | 100100 | 1000000 |
Color Harmonies of #BBC583
Complementary color
Monochromatic Colors of #BBC583
Black with #BBC583
Text Example
Text Example
White with #BBC583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC583; }
p { color: rgb(187,197,131); }
H1.HeaderClassName
{
color: #BBC583;
}
.AnyTagClassName
{
color: #BBC583;
}
</style>
background-color css
<style>
a { background-color: #BBC583; }
a { background-color: rgb(187,197,131); }
div.DivClassName
{
background-color: #BBC583;
}
.BgClassName
{
background-color: #BBC583;
}
</style>
border-color css
<style>
span { border-color: #BBC583; }
span { border-color: rgb(187,197,131); }
td.TdClassName
{
border-color: #BBC583;
}
.TagClassName
{
border-color: #BBC583;
}
</style>