Shades of Sulu #BCF682
Tints of Sulu #BCF682
RGB
CMYK
RGB Variations
Color information
#BCF682 (or 0xBCF682) is known color: Sulu. HEX triplet: BC, F6 and 82. RGB value is (188,246,130). Sum of RGB (Red+Green+Blue) = 188+246+130=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF682 is #43097D. Grayscale: #D7D7D7. Windows color (decimal): -4393342 or 8582844. OLE color: 8582844.
HSL color Cylindrical-coordinate representation of color #BCF682: hue angle of 90º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF682 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 130 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.04 |
| HSL | 90º | 0.87% | 0.74% | - |
| HSV(B) | 90º | 0.47% | 0.96% | - |
| XYZ | 57.72 | 78.21 | 33.17 | - |
| YUV | 215.43 | 79.78 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 130 | 0.24 | 0 | 0.47 | 0.04 | 90 | 0.87 | 0.74 |
| Hex | BC | F6 | 82 | 18 | 0 | 2F | 4 | 5A | 57 | 4A |
| Octal | 274 | 366 | 202 | 30 | 0 | 57 | 4 | 132 | 127 | 112 |
| Binary | 10111100 | 11110110 | 10000010 | 11000 | 0 | 101111 | 100 | 1011010 | 1010111 | 1001010 |
Color Harmonies of #BCF682
Complementary color
Monochromatic Colors of #BCF682
Black with #BCF682
Text Example
Text Example
White with #BCF682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF682; }
p { color: rgb(188,246,130); }
H1.HeaderClassName
{
color: #BCF682;
}
.AnyTagClassName
{
color: #BCF682;
}
</style>
background-color css
<style>
a { background-color: #BCF682; }
a { background-color: rgb(188,246,130); }
div.DivClassName
{
background-color: #BCF682;
}
.BgClassName
{
background-color: #BCF682;
}
</style>
border-color css
<style>
span { border-color: #BCF682; }
span { border-color: rgb(188,246,130); }
td.TdClassName
{
border-color: #BCF682;
}
.TagClassName
{
border-color: #BCF682;
}
</style>