Shades of Sulu #BCEA71
Tints of Sulu #BCEA71
RGB
CMYK
RGB Variations
Color information
#BCEA71 (or 0xBCEA71) is known color: Sulu. HEX triplet: BC, EA and 71. RGB value is (188,234,113). Sum of RGB (Red+Green+Blue) = 188+234+113=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA71 is #43158E. Grayscale: #CECECE. Windows color (decimal): -4396431 or 7465660. OLE color: 7465660.
HSL color Cylindrical-coordinate representation of color #BCEA71: hue angle of 82.81º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCEA71 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 113 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.08 |
| HSL | 82.81º | 0.74% | 0.68% | - |
| HSV(B) | 82.81º | 0.52% | 0.92% | - |
| XYZ | 53.14 | 70.73 | 26.47 | - |
| YUV | 206.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 113 | 0.20 | 0 | 0.52 | 0.08 | 82.81 | 0.74 | 0.68 |
| Hex | BC | EA | 71 | 14 | 0 | 34 | 8 | 53 | 4A | 44 |
| Octal | 274 | 352 | 161 | 24 | 0 | 64 | 10 | 123 | 112 | 104 |
| Binary | 10111100 | 11101010 | 1110001 | 10100 | 0 | 110100 | 1000 | 1010011 | 1001010 | 1000100 |
Color Harmonies of #BCEA71
Complementary color
Monochromatic Colors of #BCEA71
Black with #BCEA71
Text Example
Text Example
White with #BCEA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA71; }
p { color: rgb(188,234,113); }
H1.HeaderClassName
{
color: #BCEA71;
}
.AnyTagClassName
{
color: #BCEA71;
}
</style>
background-color css
<style>
a { background-color: #BCEA71; }
a { background-color: rgb(188,234,113); }
div.DivClassName
{
background-color: #BCEA71;
}
.BgClassName
{
background-color: #BCEA71;
}
</style>
border-color css
<style>
span { border-color: #BCEA71; }
span { border-color: rgb(188,234,113); }
td.TdClassName
{
border-color: #BCEA71;
}
.TagClassName
{
border-color: #BCEA71;
}
</style>