Shades of Sulu #BCE794
Tints of Sulu #BCE794
RGB
CMYK
RGB Variations
Color information
#BCE794 (or 0xBCE794) is known color: Sulu. HEX triplet: BC, E7 and 94. RGB value is (188,231,148). Sum of RGB (Red+Green+Blue) = 188+231+148=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE794 is #43186B. Grayscale: #D0D0D0. Windows color (decimal): -4397164 or 9758652. OLE color: 9758652.
HSL color Cylindrical-coordinate representation of color #BCE794: hue angle of 91.08º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE794 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 148 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.09 |
| HSL | 91.08º | 0.63% | 0.74% | - |
| HSV(B) | 91.08º | 0.36% | 0.91% | - |
| XYZ | 54.66 | 69.98 | 38.64 | - |
| YUV | 208.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 148 | 0.19 | 0 | 0.36 | 0.09 | 91.08 | 0.63 | 0.74 |
| Hex | BC | E7 | 94 | 13 | 0 | 24 | 9 | 5B | 3F | 4A |
| Octal | 274 | 347 | 224 | 23 | 0 | 44 | 11 | 133 | 77 | 112 |
| Binary | 10111100 | 11100111 | 10010100 | 10011 | 0 | 100100 | 1001 | 1011011 | 111111 | 1001010 |
Color Harmonies of #BCE794
Complementary color
Monochromatic Colors of #BCE794
Black with #BCE794
Text Example
Text Example
White with #BCE794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE794; }
p { color: rgb(188,231,148); }
H1.HeaderClassName
{
color: #BCE794;
}
.AnyTagClassName
{
color: #BCE794;
}
</style>
background-color css
<style>
a { background-color: #BCE794; }
a { background-color: rgb(188,231,148); }
div.DivClassName
{
background-color: #BCE794;
}
.BgClassName
{
background-color: #BCE794;
}
</style>
border-color css
<style>
span { border-color: #BCE794; }
span { border-color: rgb(188,231,148); }
td.TdClassName
{
border-color: #BCE794;
}
.TagClassName
{
border-color: #BCE794;
}
</style>