Shades of Sulu #BCD682
Tints of Sulu #BCD682
RGB
CMYK
RGB Variations
Color information
#BCD682 (or 0xBCD682) is known color: Sulu. HEX triplet: BC, D6 and 82. RGB value is (188,214,130). Sum of RGB (Red+Green+Blue) = 188+214+130=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD682 is #43297D. Grayscale: #C4C4C4. Windows color (decimal): -4401534 or 8574652. OLE color: 8574652.
HSL color Cylindrical-coordinate representation of color #BCD682: hue angle of 78.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD682 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 130 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.16 |
| HSL | 78.57º | 0.51% | 0.67% | - |
| HSV(B) | 78.57º | 0.39% | 0.84% | - |
| XYZ | 48.81 | 60.4 | 30.2 | - |
| YUV | 196.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 130 | 0.12 | 0 | 0.39 | 0.16 | 78.57 | 0.51 | 0.67 |
| Hex | BC | D6 | 82 | C | 0 | 27 | 10 | 4F | 33 | 43 |
| Octal | 274 | 326 | 202 | 14 | 0 | 47 | 20 | 117 | 63 | 103 |
| Binary | 10111100 | 11010110 | 10000010 | 1100 | 0 | 100111 | 10000 | 1001111 | 110011 | 1000011 |
Color Harmonies of #BCD682
Complementary color
Monochromatic Colors of #BCD682
Black with #BCD682
Text Example
Text Example
White with #BCD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD682; }
p { color: rgb(188,214,130); }
H1.HeaderClassName
{
color: #BCD682;
}
.AnyTagClassName
{
color: #BCD682;
}
</style>
background-color css
<style>
a { background-color: #BCD682; }
a { background-color: rgb(188,214,130); }
div.DivClassName
{
background-color: #BCD682;
}
.BgClassName
{
background-color: #BCD682;
}
</style>
border-color css
<style>
span { border-color: #BCD682; }
span { border-color: rgb(188,214,130); }
td.TdClassName
{
border-color: #BCD682;
}
.TagClassName
{
border-color: #BCD682;
}
</style>