Shades of Sulu #BCDA85
Tints of Sulu #BCDA85
RGB
CMYK
RGB Variations
Color information
#BCDA85 (or 0xBCDA85) is known color: Sulu. HEX triplet: BC, DA and 85. RGB value is (188,218,133). Sum of RGB (Red+Green+Blue) = 188+218+133=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA85 is #43257A. Grayscale: #C7C7C7. Windows color (decimal): -4400507 or 8772284. OLE color: 8772284.
HSL color Cylindrical-coordinate representation of color #BCDA85: hue angle of 81.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCDA85 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 133 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.15 |
| HSL | 81.18º | 0.53% | 0.69% | - |
| HSV(B) | 81.18º | 0.39% | 0.85% | - |
| XYZ | 50.04 | 62.53 | 31.62 | - |
| YUV | 199.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 133 | 0.14 | 0 | 0.39 | 0.15 | 81.18 | 0.53 | 0.69 |
| Hex | BC | DA | 85 | E | 0 | 27 | F | 51 | 35 | 45 |
| Octal | 274 | 332 | 205 | 16 | 0 | 47 | 17 | 121 | 65 | 105 |
| Binary | 10111100 | 11011010 | 10000101 | 1110 | 0 | 100111 | 1111 | 1010001 | 110101 | 1000101 |
Color Harmonies of #BCDA85
Complementary color
Monochromatic Colors of #BCDA85
Black with #BCDA85
Text Example
Text Example
White with #BCDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA85; }
p { color: rgb(188,218,133); }
H1.HeaderClassName
{
color: #BCDA85;
}
.AnyTagClassName
{
color: #BCDA85;
}
</style>
background-color css
<style>
a { background-color: #BCDA85; }
a { background-color: rgb(188,218,133); }
div.DivClassName
{
background-color: #BCDA85;
}
.BgClassName
{
background-color: #BCDA85;
}
</style>
border-color css
<style>
span { border-color: #BCDA85; }
span { border-color: rgb(188,218,133); }
td.TdClassName
{
border-color: #BCDA85;
}
.TagClassName
{
border-color: #BCDA85;
}
</style>