Shades of Sulu #BCF292
Tints of Sulu #BCF292
RGB
CMYK
RGB Variations
Color information
#BCF292 (or 0xBCF292) is known color: Sulu. HEX triplet: BC, F2 and 92. RGB value is (188,242,146). Sum of RGB (Red+Green+Blue) = 188+242+146=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF292 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF292 is #430D6D. Grayscale: #D7D7D7. Windows color (decimal): -4394350 or 9630396. OLE color: 9630396.
HSL color Cylindrical-coordinate representation of color #BCF292: hue angle of 93.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCF292 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 146 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.05 |
| HSL | 93.75º | 0.79% | 0.76% | - |
| HSV(B) | 93.75º | 0.4% | 0.95% | - |
| XYZ | 57.68 | 76.27 | 38.88 | - |
| YUV | 214.91 | 89.11 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 146 | 0.22 | 0 | 0.40 | 0.05 | 93.75 | 0.79 | 0.76 |
| Hex | BC | F2 | 92 | 16 | 0 | 28 | 5 | 5E | 4F | 4C |
| Octal | 274 | 362 | 222 | 26 | 0 | 50 | 5 | 136 | 117 | 114 |
| Binary | 10111100 | 11110010 | 10010010 | 10110 | 0 | 101000 | 101 | 1011110 | 1001111 | 1001100 |
Color Harmonies of #BCF292
Complementary color
Monochromatic Colors of #BCF292
Black with #BCF292
Text Example
Text Example
White with #BCF292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF292; }
p { color: rgb(188,242,146); }
H1.HeaderClassName
{
color: #BCF292;
}
.AnyTagClassName
{
color: #BCF292;
}
</style>
background-color css
<style>
a { background-color: #BCF292; }
a { background-color: rgb(188,242,146); }
div.DivClassName
{
background-color: #BCF292;
}
.BgClassName
{
background-color: #BCF292;
}
</style>
border-color css
<style>
span { border-color: #BCF292; }
span { border-color: rgb(188,242,146); }
td.TdClassName
{
border-color: #BCF292;
}
.TagClassName
{
border-color: #BCF292;
}
</style>