Shades of Sulu #BCEC67
Tints of Sulu #BCEC67
RGB
CMYK
RGB Variations
Color information
#BCEC67 (or 0xBCEC67) is known color: Sulu. HEX triplet: BC, EC and 67. RGB value is (188,236,103). Sum of RGB (Red+Green+Blue) = 188+236+103=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC67 is #431398. Grayscale: #CECECE. Windows color (decimal): -4395929 or 6810812. OLE color: 6810812.
HSL color Cylindrical-coordinate representation of color #BCEC67: hue angle of 81.65º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCEC67 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 103 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.07 |
| HSL | 81.65º | 0.78% | 0.66% | - |
| HSV(B) | 81.65º | 0.56% | 0.93% | - |
| XYZ | 53.18 | 71.66 | 23.86 | - |
| YUV | 206.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 103 | 0.20 | 0 | 0.56 | 0.07 | 81.65 | 0.78 | 0.66 |
| Hex | BC | EC | 67 | 14 | 0 | 38 | 7 | 52 | 4E | 42 |
| Octal | 274 | 354 | 147 | 24 | 0 | 70 | 7 | 122 | 116 | 102 |
| Binary | 10111100 | 11101100 | 1100111 | 10100 | 0 | 111000 | 111 | 1010010 | 1001110 | 1000010 |
Color Harmonies of #BCEC67
Complementary color
Monochromatic Colors of #BCEC67
Black with #BCEC67
Text Example
Text Example
White with #BCEC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC67; }
p { color: rgb(188,236,103); }
H1.HeaderClassName
{
color: #BCEC67;
}
.AnyTagClassName
{
color: #BCEC67;
}
</style>
background-color css
<style>
a { background-color: #BCEC67; }
a { background-color: rgb(188,236,103); }
div.DivClassName
{
background-color: #BCEC67;
}
.BgClassName
{
background-color: #BCEC67;
}
</style>
border-color css
<style>
span { border-color: #BCEC67; }
span { border-color: rgb(188,236,103); }
td.TdClassName
{
border-color: #BCEC67;
}
.TagClassName
{
border-color: #BCEC67;
}
</style>