#BABCAE

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

Shades of Beryl Green #BABCAE

Tints of Beryl Green #BABCAE

Color information

#BABCAE (or 0xBABCAE) is unknown color: approx Beryl Green. HEX triplet: BA, BC and AE. RGB value is (186,188,174). Sum of RGB (Red+Green+Blue) = 186+188+174=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCAE is #454351. Grayscale: #B9B9B9. Windows color (decimal): -4539218 or 11451578. OLE color: 11451578.

HSL color Cylindrical-coordinate representation of color #BABCAE: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABCAE is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB186188174-
CMYK0.0100.070.26
HSL68.57º9.46%70.98%-
HSV(B)68.57º7.45%73.73%-
XYZ45.8749.4647.17-
YUV185.81121.34128.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=33.94%
G=34.31%
B=31.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881740.0100.070.2668.579.4670.98
HexBABCAE1071A45947
Octal2722742561073210511107
Binary1011101010111100101011101011111010100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCAE; }

 p { color: rgb(186,188,174); }

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

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

 a { background-color: rgb(186,188,174); }

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

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

 span { border-color: rgb(186,188,174); }

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