Shades of Sulu #BCF675
Tints of Sulu #BCF675
RGB
CMYK
RGB Variations
Color information
#BCF675 (or 0xBCF675) is known color: Sulu. HEX triplet: BC, F6 and 75. RGB value is (188,246,117). Sum of RGB (Red+Green+Blue) = 188+246+117=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF675 is #43098A. Grayscale: #D6D6D6. Windows color (decimal): -4393355 or 7730876. OLE color: 7730876.
HSL color Cylindrical-coordinate representation of color #BCF675: hue angle of 86.98º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF675 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 117 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.04 |
| HSL | 86.98º | 0.88% | 0.71% | - |
| HSV(B) | 86.98º | 0.52% | 0.96% | - |
| XYZ | 56.91 | 77.89 | 28.86 | - |
| YUV | 213.95 | 73.28 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 117 | 0.24 | 0 | 0.52 | 0.04 | 86.98 | 0.88 | 0.71 |
| Hex | BC | F6 | 75 | 18 | 0 | 34 | 4 | 57 | 58 | 47 |
| Octal | 274 | 366 | 165 | 30 | 0 | 64 | 4 | 127 | 130 | 107 |
| Binary | 10111100 | 11110110 | 1110101 | 11000 | 0 | 110100 | 100 | 1010111 | 1011000 | 1000111 |
Color Harmonies of #BCF675
Complementary color
Monochromatic Colors of #BCF675
Black with #BCF675
Text Example
Text Example
White with #BCF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF675; }
p { color: rgb(188,246,117); }
H1.HeaderClassName
{
color: #BCF675;
}
.AnyTagClassName
{
color: #BCF675;
}
</style>
background-color css
<style>
a { background-color: #BCF675; }
a { background-color: rgb(188,246,117); }
div.DivClassName
{
background-color: #BCF675;
}
.BgClassName
{
background-color: #BCF675;
}
</style>
border-color css
<style>
span { border-color: #BCF675; }
span { border-color: rgb(188,246,117); }
td.TdClassName
{
border-color: #BCF675;
}
.TagClassName
{
border-color: #BCF675;
}
</style>