Shades of Sulu #BCF082
Tints of Sulu #BCF082
RGB
CMYK
RGB Variations
Color information
#BCF082 (or 0xBCF082) is known color: Sulu. HEX triplet: BC, F0 and 82. RGB value is (188,240,130). Sum of RGB (Red+Green+Blue) = 188+240+130=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF082 is #430F7D. Grayscale: #D4D4D4. Windows color (decimal): -4394878 or 8581308. OLE color: 8581308.
HSL color Cylindrical-coordinate representation of color #BCF082: hue angle of 88.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF082 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 130 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.06 |
| HSL | 88.36º | 0.79% | 0.73% | - |
| HSV(B) | 88.36º | 0.46% | 0.94% | - |
| XYZ | 55.93 | 74.62 | 32.58 | - |
| YUV | 211.91 | 81.77 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 130 | 0.22 | 0 | 0.46 | 0.06 | 88.36 | 0.79 | 0.73 |
| Hex | BC | F0 | 82 | 16 | 0 | 2E | 6 | 58 | 4F | 49 |
| Octal | 274 | 360 | 202 | 26 | 0 | 56 | 6 | 130 | 117 | 111 |
| Binary | 10111100 | 11110000 | 10000010 | 10110 | 0 | 101110 | 110 | 1011000 | 1001111 | 1001001 |
Color Harmonies of #BCF082
Complementary color
Monochromatic Colors of #BCF082
Black with #BCF082
Text Example
Text Example
White with #BCF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF082; }
p { color: rgb(188,240,130); }
H1.HeaderClassName
{
color: #BCF082;
}
.AnyTagClassName
{
color: #BCF082;
}
</style>
background-color css
<style>
a { background-color: #BCF082; }
a { background-color: rgb(188,240,130); }
div.DivClassName
{
background-color: #BCF082;
}
.BgClassName
{
background-color: #BCF082;
}
</style>
border-color css
<style>
span { border-color: #BCF082; }
span { border-color: rgb(188,240,130); }
td.TdClassName
{
border-color: #BCF082;
}
.TagClassName
{
border-color: #BCF082;
}
</style>