Shades of Sulu #BCEB68
Tints of Sulu #BCEB68
RGB
CMYK
RGB Variations
Color information
#BCEB68 (or 0xBCEB68) is known color: Sulu. HEX triplet: BC, EB and 68. RGB value is (188,235,104). Sum of RGB (Red+Green+Blue) = 188+235+104=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB68 is #431497. Grayscale: #CECECE. Windows color (decimal): -4396184 or 6876092. OLE color: 6876092.
HSL color Cylindrical-coordinate representation of color #BCEB68: hue angle of 81.53º degrees, saturation: 0.77, 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 #BCEB68 is Cyan = 0.2, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 104 | - |
| CMYK | 0.2 | 0 | 0.56 | 0.08 |
| HSL | 81.53º | 0.77% | 0.66% | - |
| HSV(B) | 81.53º | 0.56% | 0.92% | - |
| XYZ | 52.95 | 71.11 | 24.03 | - |
| YUV | 206.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 104 | 0.2 | 0 | 0.56 | 0.08 | 81.53 | 0.77 | 0.66 |
| Hex | BC | EB | 68 | 14 | 0 | 38 | 8 | 52 | 4D | 42 |
| Octal | 274 | 353 | 150 | 24 | 0 | 70 | 10 | 122 | 115 | 102 |
| Binary | 10111100 | 11101011 | 1101000 | 10100 | 0 | 111000 | 1000 | 1010010 | 1001101 | 1000010 |
Color Harmonies of #BCEB68
Complementary color
Monochromatic Colors of #BCEB68
Black with #BCEB68
Text Example
Text Example
White with #BCEB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB68; }
p { color: rgb(188,235,104); }
H1.HeaderClassName
{
color: #BCEB68;
}
.AnyTagClassName
{
color: #BCEB68;
}
</style>
background-color css
<style>
a { background-color: #BCEB68; }
a { background-color: rgb(188,235,104); }
div.DivClassName
{
background-color: #BCEB68;
}
.BgClassName
{
background-color: #BCEB68;
}
</style>
border-color css
<style>
span { border-color: #BCEB68; }
span { border-color: rgb(188,235,104); }
td.TdClassName
{
border-color: #BCEB68;
}
.TagClassName
{
border-color: #BCEB68;
}
</style>