Shades of Sulu #BCDF6C
Tints of Sulu #BCDF6C
RGB
CMYK
RGB Variations
Color information
#BCDF6C (or 0xBCDF6C) is known color: Sulu. HEX triplet: BC, DF and 6C. RGB value is (188,223,108). Sum of RGB (Red+Green+Blue) = 188+223+108=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF6C is #432093. Grayscale: #C7C7C7. Windows color (decimal): -4399252 or 7135164. OLE color: 7135164.
HSL color Cylindrical-coordinate representation of color #BCDF6C: hue angle of 78.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCDF6C is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 108 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.13 |
| HSL | 78.26º | 0.64% | 0.65% | - |
| HSV(B) | 78.26º | 0.52% | 0.87% | - |
| XYZ | 49.83 | 64.55 | 24.02 | - |
| YUV | 199.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 108 | 0.16 | 0 | 0.52 | 0.13 | 78.26 | 0.64 | 0.65 |
| Hex | BC | DF | 6C | 10 | 0 | 34 | D | 4E | 40 | 41 |
| Octal | 274 | 337 | 154 | 20 | 0 | 64 | 15 | 116 | 100 | 101 |
| Binary | 10111100 | 11011111 | 1101100 | 10000 | 0 | 110100 | 1101 | 1001110 | 1000000 | 1000001 |
Color Harmonies of #BCDF6C
Complementary color
Monochromatic Colors of #BCDF6C
Black with #BCDF6C
Text Example
Text Example
White with #BCDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF6C; }
p { color: rgb(188,223,108); }
H1.HeaderClassName
{
color: #BCDF6C;
}
.AnyTagClassName
{
color: #BCDF6C;
}
</style>
background-color css
<style>
a { background-color: #BCDF6C; }
a { background-color: rgb(188,223,108); }
div.DivClassName
{
background-color: #BCDF6C;
}
.BgClassName
{
background-color: #BCDF6C;
}
</style>
border-color css
<style>
span { border-color: #BCDF6C; }
span { border-color: rgb(188,223,108); }
td.TdClassName
{
border-color: #BCDF6C;
}
.TagClassName
{
border-color: #BCDF6C;
}
</style>