#BABCB3

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

Shades of Beryl Green #BABCB3

Tints of Beryl Green #BABCB3

Color information

#BABCB3 (or 0xBABCB3) is unknown color: approx Beryl Green. HEX triplet: BA, BC and B3. RGB value is (186,188,179). Sum of RGB (Red+Green+Blue) = 186+188+179=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB3 is #45434C. Grayscale: #BABABA. Windows color (decimal): -4539213 or 11779258. OLE color: 11779258.

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

Color convert

RGB186188179-
CMYK0.0100.050.26
HSL73.33º6.29%71.96%-
HSV(B)73.33º4.79%73.73%-
XYZ46.3749.6649.79-
YUV186.38123.84127.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=33.63%
G=34.00%
B=32.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881790.0100.050.2673.336.2971.96
HexBABCB31051A49648
Octal272274263105321116110
Binary101110101011110010110011101011101010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCB3; }

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

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

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

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

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

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

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

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