Shades of Reef #BCE595
Tints of Reef #BCE595
RGB
CMYK
RGB Variations
Color information
#BCE595 (or 0xBCE595) is known color: Reef. HEX triplet: BC, E5 and 95. RGB value is (188,229,149). Sum of RGB (Red+Green+Blue) = 188+229+149=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE595 is #431A6A. Grayscale: #CFCFCF. Windows color (decimal): -4397675 or 9823676. OLE color: 9823676.
HSL color Cylindrical-coordinate representation of color #BCE595: hue angle of 90.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCE595 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 149 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.10 |
| HSL | 90.75º | 0.61% | 0.74% | - |
| HSV(B) | 90.75º | 0.35% | 0.9% | - |
| XYZ | 54.18 | 68.9 | 38.88 | - |
| YUV | 207.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 149 | 0.18 | 0 | 0.35 | 0.10 | 90.75 | 0.61 | 0.74 |
| Hex | BC | E5 | 95 | 12 | 0 | 23 | A | 5B | 3D | 4A |
| Octal | 274 | 345 | 225 | 22 | 0 | 43 | 12 | 133 | 75 | 112 |
| Binary | 10111100 | 11100101 | 10010101 | 10010 | 0 | 100011 | 1010 | 1011011 | 111101 | 1001010 |
Color Harmonies of #BCE595
Complementary color
Monochromatic Colors of #BCE595
Black with #BCE595
Text Example
Text Example
White with #BCE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE595; }
p { color: rgb(188,229,149); }
H1.HeaderClassName
{
color: #BCE595;
}
.AnyTagClassName
{
color: #BCE595;
}
</style>
background-color css
<style>
a { background-color: #BCE595; }
a { background-color: rgb(188,229,149); }
div.DivClassName
{
background-color: #BCE595;
}
.BgClassName
{
background-color: #BCE595;
}
</style>
border-color css
<style>
span { border-color: #BCE595; }
span { border-color: rgb(188,229,149); }
td.TdClassName
{
border-color: #BCE595;
}
.TagClassName
{
border-color: #BCE595;
}
</style>