#BABCB1

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

Shades of Beryl Green #BABCB1

Tints of Beryl Green #BABCB1

Color information

#BABCB1 (or 0xBABCB1) is unknown color: approx Beryl Green. HEX triplet: BA, BC and B1. RGB value is (186,188,177). Sum of RGB (Red+Green+Blue) = 186+188+177=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCB1 is #45434E. Grayscale: #BABABA. Windows color (decimal): -4539215 or 11648186. OLE color: 11648186.

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

Color convert

RGB186188177-
CMYK0.0100.060.26
HSL70.91º7.59%71.57%-
HSV(B)70.91º5.85%73.73%-
XYZ46.1749.5848.73-
YUV186.15122.84127.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=33.76%
G=34.12%
B=32.12%

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
Decimal1861881770.0100.060.2670.917.5971.57
HexBABCB11061A47848
Octal2722742611063210710110
Binary1011101010111100101100011011011010100011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCB1; }

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

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

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

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

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

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

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

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