Shades of Sulu #BCEA68
Tints of Sulu #BCEA68
RGB
CMYK
RGB Variations
Color information
#BCEA68 (or 0xBCEA68) is known color: Sulu. HEX triplet: BC, EA and 68. RGB value is (188,234,104). Sum of RGB (Red+Green+Blue) = 188+234+104=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA68 is #431597. Grayscale: #CDCDCD. Windows color (decimal): -4396440 or 6875836. OLE color: 6875836.
HSL color Cylindrical-coordinate representation of color #BCEA68: hue angle of 81.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCEA68 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 104 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.08 |
| HSL | 81.23º | 0.76% | 0.66% | - |
| HSV(B) | 81.23º | 0.56% | 0.92% | - |
| XYZ | 52.66 | 70.54 | 23.94 | - |
| YUV | 205.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 104 | 0.20 | 0 | 0.56 | 0.08 | 81.23 | 0.76 | 0.66 |
| Hex | BC | EA | 68 | 14 | 0 | 38 | 8 | 51 | 4C | 42 |
| Octal | 274 | 352 | 150 | 24 | 0 | 70 | 10 | 121 | 114 | 102 |
| Binary | 10111100 | 11101010 | 1101000 | 10100 | 0 | 111000 | 1000 | 1010001 | 1001100 | 1000010 |
Color Harmonies of #BCEA68
Complementary color
Monochromatic Colors of #BCEA68
Black with #BCEA68
Text Example
Text Example
White with #BCEA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA68; }
p { color: rgb(188,234,104); }
H1.HeaderClassName
{
color: #BCEA68;
}
.AnyTagClassName
{
color: #BCEA68;
}
</style>
background-color css
<style>
a { background-color: #BCEA68; }
a { background-color: rgb(188,234,104); }
div.DivClassName
{
background-color: #BCEA68;
}
.BgClassName
{
background-color: #BCEA68;
}
</style>
border-color css
<style>
span { border-color: #BCEA68; }
span { border-color: rgb(188,234,104); }
td.TdClassName
{
border-color: #BCEA68;
}
.TagClassName
{
border-color: #BCEA68;
}
</style>