Shades of Sulu #BCEA93
Tints of Sulu #BCEA93
RGB
CMYK
RGB Variations
Color information
#BCEA93 (or 0xBCEA93) is known color: Sulu. HEX triplet: BC, EA and 93. RGB value is (188,234,147). Sum of RGB (Red+Green+Blue) = 188+234+147=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA93 is #43156C. Grayscale: #D2D2D2. Windows color (decimal): -4396397 or 9693884. OLE color: 9693884.
HSL color Cylindrical-coordinate representation of color #BCEA93: hue angle of 91.72º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCEA93 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 147 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.08 |
| HSL | 91.72º | 0.67% | 0.75% | - |
| HSV(B) | 91.72º | 0.37% | 0.92% | - |
| XYZ | 55.43 | 71.64 | 38.51 | - |
| YUV | 210.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 147 | 0.20 | 0 | 0.37 | 0.08 | 91.72 | 0.67 | 0.75 |
| Hex | BC | EA | 93 | 14 | 0 | 25 | 8 | 5C | 43 | 4B |
| Octal | 274 | 352 | 223 | 24 | 0 | 45 | 10 | 134 | 103 | 113 |
| Binary | 10111100 | 11101010 | 10010011 | 10100 | 0 | 100101 | 1000 | 1011100 | 1000011 | 1001011 |
Color Harmonies of #BCEA93
Complementary color
Monochromatic Colors of #BCEA93
Black with #BCEA93
Text Example
Text Example
White with #BCEA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA93; }
p { color: rgb(188,234,147); }
H1.HeaderClassName
{
color: #BCEA93;
}
.AnyTagClassName
{
color: #BCEA93;
}
</style>
background-color css
<style>
a { background-color: #BCEA93; }
a { background-color: rgb(188,234,147); }
div.DivClassName
{
background-color: #BCEA93;
}
.BgClassName
{
background-color: #BCEA93;
}
</style>
border-color css
<style>
span { border-color: #BCEA93; }
span { border-color: rgb(188,234,147); }
td.TdClassName
{
border-color: #BCEA93;
}
.TagClassName
{
border-color: #BCEA93;
}
</style>