Shades of Sulu #BCED85
Tints of Sulu #BCED85
RGB
CMYK
RGB Variations
Color information
#BCED85 (or 0xBCED85) is known color: Sulu. HEX triplet: BC, ED and 85. RGB value is (188,237,133). Sum of RGB (Red+Green+Blue) = 188+237+133=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED85 is #43127A. Grayscale: #D2D2D2. Windows color (decimal): -4395643 or 8777148. OLE color: 8777148.
HSL color Cylindrical-coordinate representation of color #BCED85: hue angle of 88.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCED85 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 133 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.07 |
| HSL | 88.27º | 0.74% | 0.73% | - |
| HSV(B) | 88.27º | 0.44% | 0.93% | - |
| XYZ | 55.26 | 72.95 | 33.36 | - |
| YUV | 210.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 133 | 0.21 | 0 | 0.44 | 0.07 | 88.27 | 0.74 | 0.73 |
| Hex | BC | ED | 85 | 15 | 0 | 2C | 7 | 58 | 4A | 49 |
| Octal | 274 | 355 | 205 | 25 | 0 | 54 | 7 | 130 | 112 | 111 |
| Binary | 10111100 | 11101101 | 10000101 | 10101 | 0 | 101100 | 111 | 1011000 | 1001010 | 1001001 |
Color Harmonies of #BCED85
Complementary color
Monochromatic Colors of #BCED85
Black with #BCED85
Text Example
Text Example
White with #BCED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED85; }
p { color: rgb(188,237,133); }
H1.HeaderClassName
{
color: #BCED85;
}
.AnyTagClassName
{
color: #BCED85;
}
</style>
background-color css
<style>
a { background-color: #BCED85; }
a { background-color: rgb(188,237,133); }
div.DivClassName
{
background-color: #BCED85;
}
.BgClassName
{
background-color: #BCED85;
}
</style>
border-color css
<style>
span { border-color: #BCED85; }
span { border-color: rgb(188,237,133); }
td.TdClassName
{
border-color: #BCED85;
}
.TagClassName
{
border-color: #BCED85;
}
</style>