#BCBEB4

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

Shades of Beryl Green #BCBEB4

Tints of Beryl Green #BCBEB4

Color information

#BCBEB4 (or 0xBCBEB4) is unknown color: approx Beryl Green. HEX triplet: BC, BE and B4. RGB value is (188,190,180). Sum of RGB (Red+Green+Blue) = 188+190+180=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEB4 is #43414B. Grayscale: #BCBCBC. Windows color (decimal): -4407628 or 11845308. OLE color: 11845308.

HSL color Cylindrical-coordinate representation of color #BCBEB4: hue angle of 72º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBEB4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB188190180-
CMYK0.0100.050.25
HSL72º7.14%72.55%-
HSV(B)72º5.26%74.51%-
XYZ47.3950.8150.49-
YUV188.26123.34127.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 180 (70.70% from 255) = 32.26%
R=33.69%
G=34.05%
B=32.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901800.0100.050.25727.1472.55
HexBCBEB41051948749
Octal274276264105311107111
Binary101111001011111010110100101011100110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEB4; }

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

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

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

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

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

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

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

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