Shades of Sulu #BCEF88
Tints of Sulu #BCEF88
RGB
CMYK
RGB Variations
Color information
#BCEF88 (or 0xBCEF88) is known color: Sulu. HEX triplet: BC, EF and 88. RGB value is (188,239,136). Sum of RGB (Red+Green+Blue) = 188+239+136=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF88 is #431077. Grayscale: #D4D4D4. Windows color (decimal): -4395128 or 8974268. OLE color: 8974268.
HSL color Cylindrical-coordinate representation of color #BCEF88: hue angle of 89.71º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCEF88 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 136 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.06 |
| HSL | 89.71º | 0.76% | 0.74% | - |
| HSV(B) | 89.71º | 0.43% | 0.94% | - |
| XYZ | 56.05 | 74.2 | 34.66 | - |
| YUV | 212.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 136 | 0.21 | 0 | 0.43 | 0.06 | 89.71 | 0.76 | 0.74 |
| Hex | BC | EF | 88 | 15 | 0 | 2B | 6 | 5A | 4C | 4A |
| Octal | 274 | 357 | 210 | 25 | 0 | 53 | 6 | 132 | 114 | 112 |
| Binary | 10111100 | 11101111 | 10001000 | 10101 | 0 | 101011 | 110 | 1011010 | 1001100 | 1001010 |
Color Harmonies of #BCEF88
Complementary color
Monochromatic Colors of #BCEF88
Black with #BCEF88
Text Example
Text Example
White with #BCEF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF88; }
p { color: rgb(188,239,136); }
H1.HeaderClassName
{
color: #BCEF88;
}
.AnyTagClassName
{
color: #BCEF88;
}
</style>
background-color css
<style>
a { background-color: #BCEF88; }
a { background-color: rgb(188,239,136); }
div.DivClassName
{
background-color: #BCEF88;
}
.BgClassName
{
background-color: #BCEF88;
}
</style>
border-color css
<style>
span { border-color: #BCEF88; }
span { border-color: rgb(188,239,136); }
td.TdClassName
{
border-color: #BCEF88;
}
.TagClassName
{
border-color: #BCEF88;
}
</style>