Shades of Sulu #BCE469
Tints of Sulu #BCE469
RGB
CMYK
RGB Variations
Color information
#BCE469 (or 0xBCE469) is known color: Sulu. HEX triplet: BC, E4 and 69. RGB value is (188,228,105). Sum of RGB (Red+Green+Blue) = 188+228+105=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE469 is #431B96. Grayscale: #CACACA. Windows color (decimal): -4397975 or 6939836. OLE color: 6939836.
HSL color Cylindrical-coordinate representation of color #BCE469: hue angle of 79.51º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCE469 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 105 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.11 |
| HSL | 79.51º | 0.69% | 0.65% | - |
| HSV(B) | 79.51º | 0.54% | 0.89% | - |
| XYZ | 51.03 | 67.2 | 23.65 | - |
| YUV | 202.02 | 73.25 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 105 | 0.18 | 0 | 0.54 | 0.11 | 79.51 | 0.69 | 0.65 |
| Hex | BC | E4 | 69 | 12 | 0 | 36 | B | 50 | 45 | 41 |
| Octal | 274 | 344 | 151 | 22 | 0 | 66 | 13 | 120 | 105 | 101 |
| Binary | 10111100 | 11100100 | 1101001 | 10010 | 0 | 110110 | 1011 | 1010000 | 1000101 | 1000001 |
Color Harmonies of #BCE469
Complementary color
Monochromatic Colors of #BCE469
Black with #BCE469
Text Example
Text Example
White with #BCE469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE469; }
p { color: rgb(188,228,105); }
H1.HeaderClassName
{
color: #BCE469;
}
.AnyTagClassName
{
color: #BCE469;
}
</style>
background-color css
<style>
a { background-color: #BCE469; }
a { background-color: rgb(188,228,105); }
div.DivClassName
{
background-color: #BCE469;
}
.BgClassName
{
background-color: #BCE469;
}
</style>
border-color css
<style>
span { border-color: #BCE469; }
span { border-color: rgb(188,228,105); }
td.TdClassName
{
border-color: #BCE469;
}
.TagClassName
{
border-color: #BCE469;
}
</style>