Shades of Sulu #BCD684
Tints of Sulu #BCD684
RGB
CMYK
RGB Variations
Color information
#BCD684 (or 0xBCD684) is known color: Sulu. HEX triplet: BC, D6 and 84. RGB value is (188,214,132). Sum of RGB (Red+Green+Blue) = 188+214+132=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD684 is #43297B. Grayscale: #C5C5C5. Windows color (decimal): -4401532 or 8705724. OLE color: 8705724.
HSL color Cylindrical-coordinate representation of color #BCD684: hue angle of 79.02º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD684 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 132 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.16 |
| HSL | 79.02º | 0.5% | 0.68% | - |
| HSV(B) | 79.02º | 0.38% | 0.84% | - |
| XYZ | 48.95 | 60.45 | 30.92 | - |
| YUV | 196.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 132 | 0.12 | 0 | 0.38 | 0.16 | 79.02 | 0.5 | 0.68 |
| Hex | BC | D6 | 84 | C | 0 | 26 | 10 | 4F | 32 | 44 |
| Octal | 274 | 326 | 204 | 14 | 0 | 46 | 20 | 117 | 62 | 104 |
| Binary | 10111100 | 11010110 | 10000100 | 1100 | 0 | 100110 | 10000 | 1001111 | 110010 | 1000100 |
Color Harmonies of #BCD684
Complementary color
Monochromatic Colors of #BCD684
Black with #BCD684
Text Example
Text Example
White with #BCD684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD684; }
p { color: rgb(188,214,132); }
H1.HeaderClassName
{
color: #BCD684;
}
.AnyTagClassName
{
color: #BCD684;
}
</style>
background-color css
<style>
a { background-color: #BCD684; }
a { background-color: rgb(188,214,132); }
div.DivClassName
{
background-color: #BCD684;
}
.BgClassName
{
background-color: #BCD684;
}
</style>
border-color css
<style>
span { border-color: #BCD684; }
span { border-color: rgb(188,214,132); }
td.TdClassName
{
border-color: #BCD684;
}
.TagClassName
{
border-color: #BCD684;
}
</style>