Shades of Sulu #BCEF8F
Tints of Sulu #BCEF8F
RGB
CMYK
RGB Variations
Color information
#BCEF8F (or 0xBCEF8F) is known color: Sulu. HEX triplet: BC, EF and 8F. RGB value is (188,239,143). Sum of RGB (Red+Green+Blue) = 188+239+143=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF8F is #431070. Grayscale: #D5D5D5. Windows color (decimal): -4395121 or 9433020. OLE color: 9433020.
HSL color Cylindrical-coordinate representation of color #BCEF8F: hue angle of 91.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCEF8F is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 143 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.06 |
| HSL | 91.88º | 0.75% | 0.75% | - |
| HSV(B) | 91.88º | 0.4% | 0.94% | - |
| XYZ | 56.56 | 74.41 | 37.37 | - |
| YUV | 212.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 143 | 0.21 | 0 | 0.40 | 0.06 | 91.88 | 0.75 | 0.75 |
| Hex | BC | EF | 8F | 15 | 0 | 28 | 6 | 5C | 4B | 4B |
| Octal | 274 | 357 | 217 | 25 | 0 | 50 | 6 | 134 | 113 | 113 |
| Binary | 10111100 | 11101111 | 10001111 | 10101 | 0 | 101000 | 110 | 1011100 | 1001011 | 1001011 |
Color Harmonies of #BCEF8F
Complementary color
Monochromatic Colors of #BCEF8F
Black with #BCEF8F
Text Example
Text Example
White with #BCEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF8F; }
p { color: rgb(188,239,143); }
H1.HeaderClassName
{
color: #BCEF8F;
}
.AnyTagClassName
{
color: #BCEF8F;
}
</style>
background-color css
<style>
a { background-color: #BCEF8F; }
a { background-color: rgb(188,239,143); }
div.DivClassName
{
background-color: #BCEF8F;
}
.BgClassName
{
background-color: #BCEF8F;
}
</style>
border-color css
<style>
span { border-color: #BCEF8F; }
span { border-color: rgb(188,239,143); }
td.TdClassName
{
border-color: #BCEF8F;
}
.TagClassName
{
border-color: #BCEF8F;
}
</style>