Shades of Sulu #BCDC85
Tints of Sulu #BCDC85
RGB
CMYK
RGB Variations
Color information
#BCDC85 (or 0xBCDC85) is known color: Sulu. HEX triplet: BC, DC and 85. RGB value is (188,220,133). Sum of RGB (Red+Green+Blue) = 188+220+133=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC85 is #43237A. Grayscale: #C8C8C8. Windows color (decimal): -4399995 or 8772796. OLE color: 8772796.
HSL color Cylindrical-coordinate representation of color #BCDC85: hue angle of 82.07º degrees, saturation: 0.55, 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 #BCDC85 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 133 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.14 |
| HSL | 82.07º | 0.55% | 0.69% | - |
| HSV(B) | 82.07º | 0.4% | 0.86% | - |
| XYZ | 50.57 | 63.57 | 31.8 | - |
| YUV | 200.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 133 | 0.15 | 0 | 0.40 | 0.14 | 82.07 | 0.55 | 0.69 |
| Hex | BC | DC | 85 | F | 0 | 28 | E | 52 | 37 | 45 |
| Octal | 274 | 334 | 205 | 17 | 0 | 50 | 16 | 122 | 67 | 105 |
| Binary | 10111100 | 11011100 | 10000101 | 1111 | 0 | 101000 | 1110 | 1010010 | 110111 | 1000101 |
Color Harmonies of #BCDC85
Complementary color
Monochromatic Colors of #BCDC85
Black with #BCDC85
Text Example
Text Example
White with #BCDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC85; }
p { color: rgb(188,220,133); }
H1.HeaderClassName
{
color: #BCDC85;
}
.AnyTagClassName
{
color: #BCDC85;
}
</style>
background-color css
<style>
a { background-color: #BCDC85; }
a { background-color: rgb(188,220,133); }
div.DivClassName
{
background-color: #BCDC85;
}
.BgClassName
{
background-color: #BCDC85;
}
</style>
border-color css
<style>
span { border-color: #BCDC85; }
span { border-color: rgb(188,220,133); }
td.TdClassName
{
border-color: #BCDC85;
}
.TagClassName
{
border-color: #BCDC85;
}
</style>