#BABCAD

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

Shades of Beryl Green #BABCAD

Tints of Beryl Green #BABCAD

Color information

#BABCAD (or 0xBABCAD) is unknown color: approx Beryl Green. HEX triplet: BA, BC and AD. RGB value is (186,188,173). Sum of RGB (Red+Green+Blue) = 186+188+173=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCAD is #454352. Grayscale: #B9B9B9. Windows color (decimal): -4539219 or 11386042. OLE color: 11386042.

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

Color convert

RGB186188173-
CMYK0.0100.080.26
HSL68º10.07%70.78%-
HSV(B)68º7.98%73.73%-
XYZ45.7849.4246.66-
YUV185.69120.84128.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=34.00%
G=34.37%
B=31.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881730.0100.080.266810.0770.78
HexBABCAD1081A44a47
Octal27227425510103210412107
Binary10111010101111001010110110100011010100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCAD; }

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

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

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

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

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

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

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

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