#BABCB4

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

Shades of Beryl Green #BABCB4

Tints of Beryl Green #BABCB4

Color information

#BABCB4 (or 0xBABCB4) is unknown color: approx Beryl Green. HEX triplet: BA, BC and B4. RGB value is (186,188,180). Sum of RGB (Red+Green+Blue) = 186+188+180=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB4 is #45434B. Grayscale: #BABABA. Windows color (decimal): -4539212 or 11844794. OLE color: 11844794.

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

Color convert

RGB186188180-
CMYK0.0100.040.26
HSL75º5.63%72.16%-
HSV(B)75º4.26%73.73%-
XYZ46.4749.750.32-
YUV186.49124.34127.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=33.57%
G=33.94%
B=32.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881800.0100.040.26755.6372.16
HexBABCB41041A4b648
Octal272274264104321136110
Binary101110101011110010110100101001101010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCB4; }

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

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

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

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

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

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

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

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