#BCBEAB

Color #BCBEAB Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #BCBEAB

Tints of Beryl Green #BCBEAB

Color information

#BCBEAB (or 0xBCBEAB) is unknown color: approx Beryl Green. HEX triplet: BC, BE and AB. RGB value is (188,190,171). Sum of RGB (Red+Green+Blue) = 188+190+171=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEAB is #434154. Grayscale: #BBBBBB. Windows color (decimal): -4407637 or 11255484. OLE color: 11255484.

HSL color Cylindrical-coordinate representation of color #BCBEAB: hue angle of 66.32º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBEAB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB188190171-
CMYK0.0100.100.25
HSL66.32º12.75%70.78%-
HSV(B)66.32º10%74.51%-
XYZ46.550.4645.82-
YUV187.24118.84128.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=34.24%
G=34.61%
B=31.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901710.0100.100.2566.3212.7570.78
HexBCBEAB10A1942d47
Octal27427625310123110215107
Binary10111100101111101010101110101011001100001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEAB; }

 p { color: rgb(188,190,171); }

 H1.HeaderClassName
 {
   color: #BCBEAB;
 }
 .AnyTagClassName
 {
   color: #BCBEAB;
 }
</style>
background-color css

<style>
 a { background-color: #BCBEAB; }

 a { background-color: rgb(188,190,171); }

 div.DivClassName
 {
   background-color: #BCBEAB;
 }
 .BgClassName
 {
   background-color: #BCBEAB;
 }
</style>
border-color css

<style>
 span { border-color: #BCBEAB; }

 span { border-color: rgb(188,190,171); }

 td.TdClassName
 {
   border-color: #BCBEAB;
 }
 .TagClassName
 {
   border-color: #BCBEAB;
 }
</style>