Shades of Sulu #BCEF8B
Tints of Sulu #BCEF8B
RGB
CMYK
RGB Variations
Color information
#BCEF8B (or 0xBCEF8B) is known color: Sulu. HEX triplet: BC, EF and 8B. RGB value is (188,239,139). Sum of RGB (Red+Green+Blue) = 188+239+139=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF8B is #431074. Grayscale: #D4D4D4. Windows color (decimal): -4395125 or 9170876. OLE color: 9170876.
HSL color Cylindrical-coordinate representation of color #BCEF8B: hue angle of 90.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCEF8B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 139 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.06 |
| HSL | 90.6º | 0.76% | 0.74% | - |
| HSV(B) | 90.6º | 0.42% | 0.94% | - |
| XYZ | 56.27 | 74.29 | 35.8 | - |
| YUV | 212.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 139 | 0.21 | 0 | 0.42 | 0.06 | 90.6 | 0.76 | 0.74 |
| Hex | BC | EF | 8B | 15 | 0 | 2A | 6 | 5B | 4C | 4A |
| Octal | 274 | 357 | 213 | 25 | 0 | 52 | 6 | 133 | 114 | 112 |
| Binary | 10111100 | 11101111 | 10001011 | 10101 | 0 | 101010 | 110 | 1011011 | 1001100 | 1001010 |
Color Harmonies of #BCEF8B
Complementary color
Monochromatic Colors of #BCEF8B
Black with #BCEF8B
Text Example
Text Example
White with #BCEF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF8B; }
p { color: rgb(188,239,139); }
H1.HeaderClassName
{
color: #BCEF8B;
}
.AnyTagClassName
{
color: #BCEF8B;
}
</style>
background-color css
<style>
a { background-color: #BCEF8B; }
a { background-color: rgb(188,239,139); }
div.DivClassName
{
background-color: #BCEF8B;
}
.BgClassName
{
background-color: #BCEF8B;
}
</style>
border-color css
<style>
span { border-color: #BCEF8B; }
span { border-color: rgb(188,239,139); }
td.TdClassName
{
border-color: #BCEF8B;
}
.TagClassName
{
border-color: #BCEF8B;
}
</style>