Shades of Sulu #BCF192
Tints of Sulu #BCF192
RGB
CMYK
RGB Variations
Color information
#BCF192 (or 0xBCF192) is known color: Sulu. HEX triplet: BC, F1 and 92. RGB value is (188,241,146). Sum of RGB (Red+Green+Blue) = 188+241+146=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF192 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF192 is #430E6D. Grayscale: #D6D6D6. Windows color (decimal): -4394606 or 9630140. OLE color: 9630140.
HSL color Cylindrical-coordinate representation of color #BCF192: hue angle of 93.47º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCF192 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 146 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.05 |
| HSL | 93.47º | 0.77% | 0.76% | - |
| HSV(B) | 93.47º | 0.39% | 0.95% | - |
| XYZ | 57.38 | 75.68 | 38.78 | - |
| YUV | 214.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 146 | 0.22 | 0 | 0.39 | 0.05 | 93.47 | 0.77 | 0.76 |
| Hex | BC | F1 | 92 | 16 | 0 | 27 | 5 | 5D | 4D | 4C |
| Octal | 274 | 361 | 222 | 26 | 0 | 47 | 5 | 135 | 115 | 114 |
| Binary | 10111100 | 11110001 | 10010010 | 10110 | 0 | 100111 | 101 | 1011101 | 1001101 | 1001100 |
Color Harmonies of #BCF192
Complementary color
Monochromatic Colors of #BCF192
Black with #BCF192
Text Example
Text Example
White with #BCF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF192; }
p { color: rgb(188,241,146); }
H1.HeaderClassName
{
color: #BCF192;
}
.AnyTagClassName
{
color: #BCF192;
}
</style>
background-color css
<style>
a { background-color: #BCF192; }
a { background-color: rgb(188,241,146); }
div.DivClassName
{
background-color: #BCF192;
}
.BgClassName
{
background-color: #BCF192;
}
</style>
border-color css
<style>
span { border-color: #BCF192; }
span { border-color: rgb(188,241,146); }
td.TdClassName
{
border-color: #BCF192;
}
.TagClassName
{
border-color: #BCF192;
}
</style>