#BABDA7

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

Shades of Beryl Green #BABDA7

Tints of Beryl Green #BABDA7

Color information

#BABDA7 (or 0xBABDA7) is unknown color: approx Beryl Green. HEX triplet: BA, BD and A7. RGB value is (186,189,167). Sum of RGB (Red+Green+Blue) = 186+189+167=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDA7 is #454258. Grayscale: #B9B9B9. Windows color (decimal): -4538969 or 10993082. OLE color: 10993082.

HSL color Cylindrical-coordinate representation of color #BABDA7: hue angle of 68.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABDA7 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB186189167-
CMYK0.0200.120.26
HSL68.18º14.29%69.8%-
HSV(B)68.18º11.64%74.12%-
XYZ45.4249.6243.74-
YUV185.6117.51128.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 167 (65.62% from 255) = 30.81%
R=34.32%
G=34.87%
B=30.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891670.0200.120.2668.1814.2969.8
HexBABDA720C1A44e46
Octal27227524720143210416106
Binary101110101011110110100111100110011010100010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDA7; }

 p { color: rgb(186,189,167); }

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

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

 a { background-color: rgb(186,189,167); }

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

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

 span { border-color: rgb(186,189,167); }

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