Shades of Madang #BCE7B5
Tints of Madang #BCE7B5
RGB
CMYK
RGB Variations
Color information
#BCE7B5 (or 0xBCE7B5) is known color: Madang. HEX triplet: BC, E7 and B5. RGB value is (188,231,181). Sum of RGB (Red+Green+Blue) = 188+231+181=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7B5 is #43184A. Grayscale: #D4D4D4. Windows color (decimal): -4397131 or 11921340. OLE color: 11921340.
HSL color Cylindrical-coordinate representation of color #BCE7B5: hue angle of 111.6º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE7B5 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 188 | 231 | 181 | - |
CMYK | 0.19 | 0 | 0.22 | 0.09 |
HSL | 111.6º | 0.51% | 0.81% | - |
HSV(B) | 111.6º | 0.22% | 0.91% | - |
XYZ | 57.66 | 71.18 | 54.42 | - |
YUV | 212.44 | 110.25 | 110.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 231 | 181 | 0.19 | 0 | 0.22 | 0.09 | 111.6 | 0.51 | 0.81 |
Hex | BC | E7 | B5 | 13 | 0 | 16 | 9 | 70 | 33 | 51 |
Octal | 274 | 347 | 265 | 23 | 0 | 26 | 11 | 160 | 63 | 121 |
Binary | 10111100 | 11100111 | 10110101 | 10011 | 0 | 10110 | 1001 | 1110000 | 110011 | 1010001 |
Color Harmonies of #BCE7B5
Complementary color
Monochromatic Colors of #BCE7B5
Black with #BCE7B5
Text Example
Text Example
White with #BCE7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7B5; }
p { color: rgb(188,231,181); }
H1.HeaderClassName
{
color: #BCE7B5;
}
.AnyTagClassName
{
color: #BCE7B5;
}
</style>
background-color css
<style>
a { background-color: #BCE7B5; }
a { background-color: rgb(188,231,181); }
div.DivClassName
{
background-color: #BCE7B5;
}
.BgClassName
{
background-color: #BCE7B5;
}
</style>
border-color css
<style>
span { border-color: #BCE7B5; }
span { border-color: rgb(188,231,181); }
td.TdClassName
{
border-color: #BCE7B5;
}
.TagClassName
{
border-color: #BCE7B5;
}
</style>