Shades of Sulu #BCED8F
Tints of Sulu #BCED8F
RGB
CMYK
RGB Variations
Color information
#BCED8F (or 0xBCED8F) is known color: Sulu. HEX triplet: BC, ED and 8F. RGB value is (188,237,143). Sum of RGB (Red+Green+Blue) = 188+237+143=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED8F is #431270. Grayscale: #D3D3D3. Windows color (decimal): -4395633 or 9432508. OLE color: 9432508.
HSL color Cylindrical-coordinate representation of color #BCED8F: hue angle of 91.28º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCED8F is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 143 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.07 |
| HSL | 91.28º | 0.72% | 0.75% | - |
| HSV(B) | 91.28º | 0.4% | 0.93% | - |
| XYZ | 55.98 | 73.24 | 37.17 | - |
| YUV | 211.63 | 89.27 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 143 | 0.21 | 0 | 0.40 | 0.07 | 91.28 | 0.72 | 0.75 |
| Hex | BC | ED | 8F | 15 | 0 | 28 | 7 | 5B | 48 | 4B |
| Octal | 274 | 355 | 217 | 25 | 0 | 50 | 7 | 133 | 110 | 113 |
| Binary | 10111100 | 11101101 | 10001111 | 10101 | 0 | 101000 | 111 | 1011011 | 1001000 | 1001011 |
Color Harmonies of #BCED8F
Complementary color
Monochromatic Colors of #BCED8F
Black with #BCED8F
Text Example
Text Example
White with #BCED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED8F; }
p { color: rgb(188,237,143); }
H1.HeaderClassName
{
color: #BCED8F;
}
.AnyTagClassName
{
color: #BCED8F;
}
</style>
background-color css
<style>
a { background-color: #BCED8F; }
a { background-color: rgb(188,237,143); }
div.DivClassName
{
background-color: #BCED8F;
}
.BgClassName
{
background-color: #BCED8F;
}
</style>
border-color css
<style>
span { border-color: #BCED8F; }
span { border-color: rgb(188,237,143); }
td.TdClassName
{
border-color: #BCED8F;
}
.TagClassName
{
border-color: #BCED8F;
}
</style>