#BABCAF

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

Shades of Beryl Green #BABCAF

Tints of Beryl Green #BABCAF

Color information

#BABCAF (or 0xBABCAF) is unknown color: approx Beryl Green. HEX triplet: BA, BC and AF. RGB value is (186,188,175). Sum of RGB (Red+Green+Blue) = 186+188+175=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCAF is #454350. Grayscale: #B9B9B9. Windows color (decimal): -4539217 or 11517114. OLE color: 11517114.

HSL color Cylindrical-coordinate representation of color #BABCAF: hue angle of 69.23º 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 #BABCAF is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB186188175-
CMYK0.0100.070.26
HSL69.23º8.84%71.18%-
HSV(B)69.23º6.91%73.73%-
XYZ45.9749.547.69-
YUV185.92121.84128.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=33.88%
G=34.24%
B=31.88%

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
Decimal1861881750.0100.070.2669.238.8471.18
HexBABCAF1071A45947
Octal2722742571073210511107
Binary1011101010111100101011111011111010100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCAF; }

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

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

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

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

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

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

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

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