Shades of Sulu #BCDD7B
Tints of Sulu #BCDD7B
RGB
CMYK
RGB Variations
Color information
#BCDD7B (or 0xBCDD7B) is known color: Sulu. HEX triplet: BC, DD and 7B. RGB value is (188,221,123). Sum of RGB (Red+Green+Blue) = 188+221+123=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD7B is #432284. Grayscale: #C8C8C8. Windows color (decimal): -4399749 or 8117692. OLE color: 8117692.
HSL color Cylindrical-coordinate representation of color #BCDD7B: hue angle of 80.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCDD7B is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 123 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.13 |
| HSL | 80.2º | 0.59% | 0.67% | - |
| HSV(B) | 80.2º | 0.44% | 0.87% | - |
| XYZ | 50.17 | 63.83 | 28.42 | - |
| YUV | 199.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 123 | 0.15 | 0 | 0.44 | 0.13 | 80.2 | 0.59 | 0.67 |
| Hex | BC | DD | 7B | F | 0 | 2C | D | 50 | 3B | 43 |
| Octal | 274 | 335 | 173 | 17 | 0 | 54 | 15 | 120 | 73 | 103 |
| Binary | 10111100 | 11011101 | 1111011 | 1111 | 0 | 101100 | 1101 | 1010000 | 111011 | 1000011 |
Color Harmonies of #BCDD7B
Complementary color
Monochromatic Colors of #BCDD7B
Black with #BCDD7B
Text Example
Text Example
White with #BCDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD7B; }
p { color: rgb(188,221,123); }
H1.HeaderClassName
{
color: #BCDD7B;
}
.AnyTagClassName
{
color: #BCDD7B;
}
</style>
background-color css
<style>
a { background-color: #BCDD7B; }
a { background-color: rgb(188,221,123); }
div.DivClassName
{
background-color: #BCDD7B;
}
.BgClassName
{
background-color: #BCDD7B;
}
</style>
border-color css
<style>
span { border-color: #BCDD7B; }
span { border-color: rgb(188,221,123); }
td.TdClassName
{
border-color: #BCDD7B;
}
.TagClassName
{
border-color: #BCDD7B;
}
</style>