Shades of Sulu #BCDD85
Tints of Sulu #BCDD85
RGB
CMYK
RGB Variations
Color information
#BCDD85 (or 0xBCDD85) is known color: Sulu. HEX triplet: BC, DD and 85. RGB value is (188,221,133). Sum of RGB (Red+Green+Blue) = 188+221+133=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD85 is #43227A. Grayscale: #C9C9C9. Windows color (decimal): -4399739 or 8773052. OLE color: 8773052.
HSL color Cylindrical-coordinate representation of color #BCDD85: hue angle of 82.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCDD85 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 133 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.13 |
| HSL | 82.5º | 0.56% | 0.69% | - |
| HSV(B) | 82.5º | 0.4% | 0.87% | - |
| XYZ | 50.83 | 64.1 | 31.88 | - |
| YUV | 201.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 133 | 0.15 | 0 | 0.40 | 0.13 | 82.5 | 0.56 | 0.69 |
| Hex | BC | DD | 85 | F | 0 | 28 | D | 52 | 38 | 45 |
| Octal | 274 | 335 | 205 | 17 | 0 | 50 | 15 | 122 | 70 | 105 |
| Binary | 10111100 | 11011101 | 10000101 | 1111 | 0 | 101000 | 1101 | 1010010 | 111000 | 1000101 |
Color Harmonies of #BCDD85
Complementary color
Monochromatic Colors of #BCDD85
Black with #BCDD85
Text Example
Text Example
White with #BCDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD85; }
p { color: rgb(188,221,133); }
H1.HeaderClassName
{
color: #BCDD85;
}
.AnyTagClassName
{
color: #BCDD85;
}
</style>
background-color css
<style>
a { background-color: #BCDD85; }
a { background-color: rgb(188,221,133); }
div.DivClassName
{
background-color: #BCDD85;
}
.BgClassName
{
background-color: #BCDD85;
}
</style>
border-color css
<style>
span { border-color: #BCDD85; }
span { border-color: rgb(188,221,133); }
td.TdClassName
{
border-color: #BCDD85;
}
.TagClassName
{
border-color: #BCDD85;
}
</style>