Shades of Sulu #BCF382
Tints of Sulu #BCF382
RGB
CMYK
RGB Variations
Color information
#BCF382 (or 0xBCF382) is known color: Sulu. HEX triplet: BC, F3 and 82. RGB value is (188,243,130). Sum of RGB (Red+Green+Blue) = 188+243+130=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF382 is #430C7D. Grayscale: #D6D6D6. Windows color (decimal): -4394110 or 8582076. OLE color: 8582076.
HSL color Cylindrical-coordinate representation of color #BCF382: hue angle of 89.2º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF382 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 130 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.05 |
| HSL | 89.2º | 0.82% | 0.73% | - |
| HSV(B) | 89.2º | 0.47% | 0.95% | - |
| XYZ | 56.82 | 76.4 | 32.87 | - |
| YUV | 213.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 130 | 0.23 | 0 | 0.47 | 0.05 | 89.2 | 0.82 | 0.73 |
| Hex | BC | F3 | 82 | 17 | 0 | 2F | 5 | 59 | 52 | 49 |
| Octal | 274 | 363 | 202 | 27 | 0 | 57 | 5 | 131 | 122 | 111 |
| Binary | 10111100 | 11110011 | 10000010 | 10111 | 0 | 101111 | 101 | 1011001 | 1010010 | 1001001 |
Color Harmonies of #BCF382
Complementary color
Monochromatic Colors of #BCF382
Black with #BCF382
Text Example
Text Example
White with #BCF382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF382; }
p { color: rgb(188,243,130); }
H1.HeaderClassName
{
color: #BCF382;
}
.AnyTagClassName
{
color: #BCF382;
}
</style>
background-color css
<style>
a { background-color: #BCF382; }
a { background-color: rgb(188,243,130); }
div.DivClassName
{
background-color: #BCF382;
}
.BgClassName
{
background-color: #BCF382;
}
</style>
border-color css
<style>
span { border-color: #BCF382; }
span { border-color: rgb(188,243,130); }
td.TdClassName
{
border-color: #BCF382;
}
.TagClassName
{
border-color: #BCF382;
}
</style>