Shades of Sulu #BCEE8C
Tints of Sulu #BCEE8C
RGB
CMYK
RGB Variations
Color information
#BCEE8C (or 0xBCEE8C) is known color: Sulu. HEX triplet: BC, EE and 8C. RGB value is (188,238,140). Sum of RGB (Red+Green+Blue) = 188+238+140=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEE8C is #431173. Grayscale: #D4D4D4. Windows color (decimal): -4395380 or 9236156. OLE color: 9236156.
HSL color Cylindrical-coordinate representation of color #BCEE8C: hue angle of 90.61º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCEE8C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 140 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.07 |
| HSL | 90.61º | 0.74% | 0.74% | - |
| HSV(B) | 90.61º | 0.41% | 0.93% | - |
| XYZ | 56.05 | 73.73 | 36.09 | - |
| YUV | 211.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 140 | 0.21 | 0 | 0.41 | 0.07 | 90.61 | 0.74 | 0.74 |
| Hex | BC | EE | 8C | 15 | 0 | 29 | 7 | 5B | 4A | 4A |
| Octal | 274 | 356 | 214 | 25 | 0 | 51 | 7 | 133 | 112 | 112 |
| Binary | 10111100 | 11101110 | 10001100 | 10101 | 0 | 101001 | 111 | 1011011 | 1001010 | 1001010 |
Color Harmonies of #BCEE8C
Complementary color
Monochromatic Colors of #BCEE8C
Black with #BCEE8C
Text Example
Text Example
White with #BCEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE8C; }
p { color: rgb(188,238,140); }
H1.HeaderClassName
{
color: #BCEE8C;
}
.AnyTagClassName
{
color: #BCEE8C;
}
</style>
background-color css
<style>
a { background-color: #BCEE8C; }
a { background-color: rgb(188,238,140); }
div.DivClassName
{
background-color: #BCEE8C;
}
.BgClassName
{
background-color: #BCEE8C;
}
</style>
border-color css
<style>
span { border-color: #BCEE8C; }
span { border-color: rgb(188,238,140); }
td.TdClassName
{
border-color: #BCEE8C;
}
.TagClassName
{
border-color: #BCEE8C;
}
</style>