Shades of Sulu #BCDD8A
Tints of Sulu #BCDD8A
RGB
CMYK
RGB Variations
Color information
#BCDD8A (or 0xBCDD8A) is known color: Sulu. HEX triplet: BC, DD and 8A. RGB value is (188,221,138). Sum of RGB (Red+Green+Blue) = 188+221+138=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD8A is #432275. Grayscale: #C9C9C9. Windows color (decimal): -4399734 or 9100732. OLE color: 9100732.
HSL color Cylindrical-coordinate representation of color #BCDD8A: hue angle of 83.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCDD8A is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 138 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.13 |
| HSL | 83.86º | 0.55% | 0.7% | - |
| HSV(B) | 83.86º | 0.38% | 0.87% | - |
| XYZ | 51.18 | 64.24 | 33.75 | - |
| YUV | 201.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 138 | 0.15 | 0 | 0.38 | 0.13 | 83.86 | 0.55 | 0.7 |
| Hex | BC | DD | 8A | F | 0 | 26 | D | 54 | 37 | 46 |
| Octal | 274 | 335 | 212 | 17 | 0 | 46 | 15 | 124 | 67 | 106 |
| Binary | 10111100 | 11011101 | 10001010 | 1111 | 0 | 100110 | 1101 | 1010100 | 110111 | 1000110 |
Color Harmonies of #BCDD8A
Complementary color
Monochromatic Colors of #BCDD8A
Black with #BCDD8A
Text Example
Text Example
White with #BCDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD8A; }
p { color: rgb(188,221,138); }
H1.HeaderClassName
{
color: #BCDD8A;
}
.AnyTagClassName
{
color: #BCDD8A;
}
</style>
background-color css
<style>
a { background-color: #BCDD8A; }
a { background-color: rgb(188,221,138); }
div.DivClassName
{
background-color: #BCDD8A;
}
.BgClassName
{
background-color: #BCDD8A;
}
</style>
border-color css
<style>
span { border-color: #BCDD8A; }
span { border-color: rgb(188,221,138); }
td.TdClassName
{
border-color: #BCDD8A;
}
.TagClassName
{
border-color: #BCDD8A;
}
</style>