#BABCB0

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

Shades of Beryl Green #BABCB0

Tints of Beryl Green #BABCB0

Color information

#BABCB0 (or 0xBABCB0) is unknown color: approx Beryl Green. HEX triplet: BA, BC and B0. RGB value is (186,188,176). Sum of RGB (Red+Green+Blue) = 186+188+176=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCB0 is #45434F. Grayscale: #BABABA. Windows color (decimal): -4539216 or 11582650. OLE color: 11582650.

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

Color convert

RGB186188176-
CMYK0.0100.060.26
HSL70º8.22%71.37%-
HSV(B)70º6.38%73.73%-
XYZ46.0749.5448.21-
YUV186.03122.34127.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 176 (69.14% from 255) = 32%
R=33.82%
G=34.18%
B=32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881760.0100.060.26708.2271.37
HexBABCB01061A46847
Octal2722742601063210610107
Binary1011101010111100101100001011011010100011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCB0; }

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

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

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

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

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

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

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

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