Shades of Sulu #BCE67B
Tints of Sulu #BCE67B
RGB
CMYK
RGB Variations
Color information
#BCE67B (or 0xBCE67B) is known color: Sulu. HEX triplet: BC, E6 and 7B. RGB value is (188,230,123). Sum of RGB (Red+Green+Blue) = 188+230+123=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE67B is #431984. Grayscale: #CDCDCD. Windows color (decimal): -4397445 or 8119996. OLE color: 8119996.
HSL color Cylindrical-coordinate representation of color #BCE67B: hue angle of 83.55º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCE67B is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 123 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.10 |
| HSL | 83.55º | 0.68% | 0.69% | - |
| HSV(B) | 83.55º | 0.47% | 0.9% | - |
| XYZ | 52.61 | 68.72 | 29.23 | - |
| YUV | 205.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 123 | 0.18 | 0 | 0.47 | 0.10 | 83.55 | 0.68 | 0.69 |
| Hex | BC | E6 | 7B | 12 | 0 | 2F | A | 54 | 44 | 45 |
| Octal | 274 | 346 | 173 | 22 | 0 | 57 | 12 | 124 | 104 | 105 |
| Binary | 10111100 | 11100110 | 1111011 | 10010 | 0 | 101111 | 1010 | 1010100 | 1000100 | 1000101 |
Color Harmonies of #BCE67B
Complementary color
Monochromatic Colors of #BCE67B
Black with #BCE67B
Text Example
Text Example
White with #BCE67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE67B; }
p { color: rgb(188,230,123); }
H1.HeaderClassName
{
color: #BCE67B;
}
.AnyTagClassName
{
color: #BCE67B;
}
</style>
background-color css
<style>
a { background-color: #BCE67B; }
a { background-color: rgb(188,230,123); }
div.DivClassName
{
background-color: #BCE67B;
}
.BgClassName
{
background-color: #BCE67B;
}
</style>
border-color css
<style>
span { border-color: #BCE67B; }
span { border-color: rgb(188,230,123); }
td.TdClassName
{
border-color: #BCE67B;
}
.TagClassName
{
border-color: #BCE67B;
}
</style>