Shades of Beryl Green #BCC0AF
Tints of Beryl Green #BCC0AF
RGB
CMYK
RGB Variations
Color information
#BCC0AF (or 0xBCC0AF) is known color: Beryl Green. HEX triplet: BC, C0 and AF. RGB value is (188,192,175). Sum of RGB (Red+Green+Blue) = 188+192+175=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0AF is #433F50. Grayscale: #BCBCBC. Windows color (decimal): -4407121 or 11518140. OLE color: 11518140.
HSL color Cylindrical-coordinate representation of color #BCC0AF: hue angle of 74.12º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC0AF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 192 | 175 | - |
CMYK | 0.02 | 0 | 0.09 | 0.25 |
HSL | 74.12º | 0.12% | 0.72% | - |
HSV(B) | 74.12º | 0.09% | 0.75% | - |
XYZ | 47.33 | 51.49 | 48 | - |
YUV | 188.87 | 120.17 | 127.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 192 | 175 | 0.02 | 0 | 0.09 | 0.25 | 74.12 | 0.12 | 0.72 |
Hex | BC | C0 | AF | 2 | 0 | 9 | 19 | 4A | C | 48 |
Octal | 274 | 300 | 257 | 2 | 0 | 11 | 31 | 112 | 14 | 110 |
Binary | 10111100 | 11000000 | 10101111 | 10 | 0 | 1001 | 11001 | 1001010 | 1100 | 1001000 |
Color Harmonies of #BCC0AF
Complementary color
Monochromatic Colors of #BCC0AF
Black with #BCC0AF
Text Example
Text Example
White with #BCC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0AF; }
p { color: rgb(188,192,175); }
H1.HeaderClassName
{
color: #BCC0AF;
}
.AnyTagClassName
{
color: #BCC0AF;
}
</style>
background-color css
<style>
a { background-color: #BCC0AF; }
a { background-color: rgb(188,192,175); }
div.DivClassName
{
background-color: #BCC0AF;
}
.BgClassName
{
background-color: #BCC0AF;
}
</style>
border-color css
<style>
span { border-color: #BCC0AF; }
span { border-color: rgb(188,192,175); }
td.TdClassName
{
border-color: #BCC0AF;
}
.TagClassName
{
border-color: #BCC0AF;
}
</style>