Shades of Sulu #BCDC7B
Tints of Sulu #BCDC7B
RGB
CMYK
RGB Variations
Color information
#BCDC7B (or 0xBCDC7B) is known color: Sulu. HEX triplet: BC, DC and 7B. RGB value is (188,220,123). Sum of RGB (Red+Green+Blue) = 188+220+123=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC7B is #432384. Grayscale: #C7C7C7. Windows color (decimal): -4400005 or 8117436. OLE color: 8117436.
HSL color Cylindrical-coordinate representation of color #BCDC7B: hue angle of 79.79º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCDC7B is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 123 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.14 |
| HSL | 79.79º | 0.58% | 0.67% | - |
| HSV(B) | 79.79º | 0.44% | 0.86% | - |
| XYZ | 49.91 | 63.31 | 28.33 | - |
| YUV | 199.37 | 84.9 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 123 | 0.15 | 0 | 0.44 | 0.14 | 79.79 | 0.58 | 0.67 |
| Hex | BC | DC | 7B | F | 0 | 2C | E | 50 | 3A | 43 |
| Octal | 274 | 334 | 173 | 17 | 0 | 54 | 16 | 120 | 72 | 103 |
| Binary | 10111100 | 11011100 | 1111011 | 1111 | 0 | 101100 | 1110 | 1010000 | 111010 | 1000011 |
Color Harmonies of #BCDC7B
Complementary color
Monochromatic Colors of #BCDC7B
Black with #BCDC7B
Text Example
Text Example
White with #BCDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC7B; }
p { color: rgb(188,220,123); }
H1.HeaderClassName
{
color: #BCDC7B;
}
.AnyTagClassName
{
color: #BCDC7B;
}
</style>
background-color css
<style>
a { background-color: #BCDC7B; }
a { background-color: rgb(188,220,123); }
div.DivClassName
{
background-color: #BCDC7B;
}
.BgClassName
{
background-color: #BCDC7B;
}
</style>
border-color css
<style>
span { border-color: #BCDC7B; }
span { border-color: rgb(188,220,123); }
td.TdClassName
{
border-color: #BCDC7B;
}
.TagClassName
{
border-color: #BCDC7B;
}
</style>