Shades of Sulu #BCDF85
Tints of Sulu #BCDF85
RGB
CMYK
RGB Variations
Color information
#BCDF85 (or 0xBCDF85) is known color: Sulu. HEX triplet: BC, DF and 85. RGB value is (188,223,133). Sum of RGB (Red+Green+Blue) = 188+223+133=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF85 is #43207A. Grayscale: #CACACA. Windows color (decimal): -4399227 or 8773564. OLE color: 8773564.
HSL color Cylindrical-coordinate representation of color #BCDF85: hue angle of 83.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCDF85 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 133 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.13 |
| HSL | 83.33º | 0.58% | 0.7% | - |
| HSV(B) | 83.33º | 0.4% | 0.87% | - |
| XYZ | 51.36 | 65.16 | 32.06 | - |
| YUV | 202.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 133 | 0.16 | 0 | 0.40 | 0.13 | 83.33 | 0.58 | 0.7 |
| Hex | BC | DF | 85 | 10 | 0 | 28 | D | 53 | 3A | 46 |
| Octal | 274 | 337 | 205 | 20 | 0 | 50 | 15 | 123 | 72 | 106 |
| Binary | 10111100 | 11011111 | 10000101 | 10000 | 0 | 101000 | 1101 | 1010011 | 111010 | 1000110 |
Color Harmonies of #BCDF85
Complementary color
Monochromatic Colors of #BCDF85
Black with #BCDF85
Text Example
Text Example
White with #BCDF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF85; }
p { color: rgb(188,223,133); }
H1.HeaderClassName
{
color: #BCDF85;
}
.AnyTagClassName
{
color: #BCDF85;
}
</style>
background-color css
<style>
a { background-color: #BCDF85; }
a { background-color: rgb(188,223,133); }
div.DivClassName
{
background-color: #BCDF85;
}
.BgClassName
{
background-color: #BCDF85;
}
</style>
border-color css
<style>
span { border-color: #BCDF85; }
span { border-color: rgb(188,223,133); }
td.TdClassName
{
border-color: #BCDF85;
}
.TagClassName
{
border-color: #BCDF85;
}
</style>