Shades of Sulu #BCDC84
Tints of Sulu #BCDC84
RGB
CMYK
RGB Variations
Color information
#BCDC84 (or 0xBCDC84) is known color: Sulu. HEX triplet: BC, DC and 84. RGB value is (188,220,132). Sum of RGB (Red+Green+Blue) = 188+220+132=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC84 is #43237B. Grayscale: #C8C8C8. Windows color (decimal): -4399996 or 8707260. OLE color: 8707260.
HSL color Cylindrical-coordinate representation of color #BCDC84: hue angle of 81.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCDC84 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 132 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.14 |
| HSL | 81.82º | 0.56% | 0.69% | - |
| HSV(B) | 81.82º | 0.4% | 0.86% | - |
| XYZ | 50.5 | 63.54 | 31.43 | - |
| YUV | 200.4 | 89.4 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 132 | 0.15 | 0 | 0.40 | 0.14 | 81.82 | 0.56 | 0.69 |
| Hex | BC | DC | 84 | F | 0 | 28 | E | 52 | 38 | 45 |
| Octal | 274 | 334 | 204 | 17 | 0 | 50 | 16 | 122 | 70 | 105 |
| Binary | 10111100 | 11011100 | 10000100 | 1111 | 0 | 101000 | 1110 | 1010010 | 111000 | 1000101 |
Color Harmonies of #BCDC84
Complementary color
Monochromatic Colors of #BCDC84
Black with #BCDC84
Text Example
Text Example
White with #BCDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC84; }
p { color: rgb(188,220,132); }
H1.HeaderClassName
{
color: #BCDC84;
}
.AnyTagClassName
{
color: #BCDC84;
}
</style>
background-color css
<style>
a { background-color: #BCDC84; }
a { background-color: rgb(188,220,132); }
div.DivClassName
{
background-color: #BCDC84;
}
.BgClassName
{
background-color: #BCDC84;
}
</style>
border-color css
<style>
span { border-color: #BCDC84; }
span { border-color: rgb(188,220,132); }
td.TdClassName
{
border-color: #BCDC84;
}
.TagClassName
{
border-color: #BCDC84;
}
</style>