Shades of Sulu #BCDC75
Tints of Sulu #BCDC75
RGB
CMYK
RGB Variations
Color information
#BCDC75 (or 0xBCDC75) is known color: Sulu. HEX triplet: BC, DC and 75. RGB value is (188,220,117). Sum of RGB (Red+Green+Blue) = 188+220+117=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC75 is #43238A. Grayscale: #C7C7C7. Windows color (decimal): -4400011 or 7724220. OLE color: 7724220.
HSL color Cylindrical-coordinate representation of color #BCDC75: hue angle of 78.64º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCDC75 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 117 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.14 |
| HSL | 78.64º | 0.6% | 0.66% | - |
| HSV(B) | 78.64º | 0.47% | 0.86% | - |
| XYZ | 49.54 | 63.16 | 26.41 | - |
| YUV | 198.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 117 | 0.15 | 0 | 0.47 | 0.14 | 78.64 | 0.6 | 0.66 |
| Hex | BC | DC | 75 | F | 0 | 2F | E | 4F | 3C | 42 |
| Octal | 274 | 334 | 165 | 17 | 0 | 57 | 16 | 117 | 74 | 102 |
| Binary | 10111100 | 11011100 | 1110101 | 1111 | 0 | 101111 | 1110 | 1001111 | 111100 | 1000010 |
Color Harmonies of #BCDC75
Complementary color
Monochromatic Colors of #BCDC75
Black with #BCDC75
Text Example
Text Example
White with #BCDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC75; }
p { color: rgb(188,220,117); }
H1.HeaderClassName
{
color: #BCDC75;
}
.AnyTagClassName
{
color: #BCDC75;
}
</style>
background-color css
<style>
a { background-color: #BCDC75; }
a { background-color: rgb(188,220,117); }
div.DivClassName
{
background-color: #BCDC75;
}
.BgClassName
{
background-color: #BCDC75;
}
</style>
border-color css
<style>
span { border-color: #BCDC75; }
span { border-color: rgb(188,220,117); }
td.TdClassName
{
border-color: #BCDC75;
}
.TagClassName
{
border-color: #BCDC75;
}
</style>