Shades of Sulu #BCEE8B
Tints of Sulu #BCEE8B
RGB
CMYK
RGB Variations
Color information
#BCEE8B (or 0xBCEE8B) is known color: Sulu. HEX triplet: BC, EE and 8B. RGB value is (188,238,139). Sum of RGB (Red+Green+Blue) = 188+238+139=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEE8B is #431174. Grayscale: #D4D4D4. Windows color (decimal): -4395381 or 9170620. OLE color: 9170620.
HSL color Cylindrical-coordinate representation of color #BCEE8B: hue angle of 90.3º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCEE8B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 139 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.07 |
| HSL | 90.3º | 0.74% | 0.74% | - |
| HSV(B) | 90.3º | 0.42% | 0.93% | - |
| XYZ | 55.97 | 73.7 | 35.7 | - |
| YUV | 211.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 139 | 0.21 | 0 | 0.42 | 0.07 | 90.3 | 0.74 | 0.74 |
| Hex | BC | EE | 8B | 15 | 0 | 2A | 7 | 5A | 4A | 4A |
| Octal | 274 | 356 | 213 | 25 | 0 | 52 | 7 | 132 | 112 | 112 |
| Binary | 10111100 | 11101110 | 10001011 | 10101 | 0 | 101010 | 111 | 1011010 | 1001010 | 1001010 |
Color Harmonies of #BCEE8B
Complementary color
Monochromatic Colors of #BCEE8B
Black with #BCEE8B
Text Example
Text Example
White with #BCEE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE8B; }
p { color: rgb(188,238,139); }
H1.HeaderClassName
{
color: #BCEE8B;
}
.AnyTagClassName
{
color: #BCEE8B;
}
</style>
background-color css
<style>
a { background-color: #BCEE8B; }
a { background-color: rgb(188,238,139); }
div.DivClassName
{
background-color: #BCEE8B;
}
.BgClassName
{
background-color: #BCEE8B;
}
</style>
border-color css
<style>
span { border-color: #BCEE8B; }
span { border-color: rgb(188,238,139); }
td.TdClassName
{
border-color: #BCEE8B;
}
.TagClassName
{
border-color: #BCEE8B;
}
</style>