Shades of Sulu #BCF265
Tints of Sulu #BCF265
RGB
CMYK
RGB Variations
Color information
#BCF265 (or 0xBCF265) is known color: Sulu. HEX triplet: BC, F2 and 65. RGB value is (188,242,101). Sum of RGB (Red+Green+Blue) = 188+242+101=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF265 is #430D9A. Grayscale: #D2D2D2. Windows color (decimal): -4394395 or 6681276. OLE color: 6681276.
HSL color Cylindrical-coordinate representation of color #BCF265: hue angle of 82.98º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCF265 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 101 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.05 |
| HSL | 82.98º | 0.84% | 0.67% | - |
| HSV(B) | 82.98º | 0.58% | 0.95% | - |
| XYZ | 54.84 | 75.14 | 23.92 | - |
| YUV | 209.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 101 | 0.22 | 0 | 0.58 | 0.05 | 82.98 | 0.84 | 0.67 |
| Hex | BC | F2 | 65 | 16 | 0 | 3A | 5 | 53 | 54 | 43 |
| Octal | 274 | 362 | 145 | 26 | 0 | 72 | 5 | 123 | 124 | 103 |
| Binary | 10111100 | 11110010 | 1100101 | 10110 | 0 | 111010 | 101 | 1010011 | 1010100 | 1000011 |
Color Harmonies of #BCF265
Complementary color
Monochromatic Colors of #BCF265
Black with #BCF265
Text Example
Text Example
White with #BCF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF265; }
p { color: rgb(188,242,101); }
H1.HeaderClassName
{
color: #BCF265;
}
.AnyTagClassName
{
color: #BCF265;
}
</style>
background-color css
<style>
a { background-color: #BCF265; }
a { background-color: rgb(188,242,101); }
div.DivClassName
{
background-color: #BCF265;
}
.BgClassName
{
background-color: #BCF265;
}
</style>
border-color css
<style>
span { border-color: #BCF265; }
span { border-color: rgb(188,242,101); }
td.TdClassName
{
border-color: #BCF265;
}
.TagClassName
{
border-color: #BCF265;
}
</style>