Shades of Sulu #BCED84
Tints of Sulu #BCED84
RGB
CMYK
RGB Variations
Color information
#BCED84 (or 0xBCED84) is known color: Sulu. HEX triplet: BC, ED and 84. RGB value is (188,237,132). Sum of RGB (Red+Green+Blue) = 188+237+132=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED84 is #43127B. Grayscale: #D2D2D2. Windows color (decimal): -4395644 or 8711612. OLE color: 8711612.
HSL color Cylindrical-coordinate representation of color #BCED84: hue angle of 88º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCED84 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 132 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.07 |
| HSL | 88º | 0.74% | 0.72% | - |
| HSV(B) | 88º | 0.44% | 0.93% | - |
| XYZ | 55.19 | 72.93 | 33 | - |
| YUV | 210.38 | 83.77 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 132 | 0.21 | 0 | 0.44 | 0.07 | 88 | 0.74 | 0.72 |
| Hex | BC | ED | 84 | 15 | 0 | 2C | 7 | 58 | 4A | 48 |
| Octal | 274 | 355 | 204 | 25 | 0 | 54 | 7 | 130 | 112 | 110 |
| Binary | 10111100 | 11101101 | 10000100 | 10101 | 0 | 101100 | 111 | 1011000 | 1001010 | 1001000 |
Color Harmonies of #BCED84
Complementary color
Monochromatic Colors of #BCED84
Black with #BCED84
Text Example
Text Example
White with #BCED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED84; }
p { color: rgb(188,237,132); }
H1.HeaderClassName
{
color: #BCED84;
}
.AnyTagClassName
{
color: #BCED84;
}
</style>
background-color css
<style>
a { background-color: #BCED84; }
a { background-color: rgb(188,237,132); }
div.DivClassName
{
background-color: #BCED84;
}
.BgClassName
{
background-color: #BCED84;
}
</style>
border-color css
<style>
span { border-color: #BCED84; }
span { border-color: rgb(188,237,132); }
td.TdClassName
{
border-color: #BCED84;
}
.TagClassName
{
border-color: #BCED84;
}
</style>