#BABDAF

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

Shades of Beryl Green #BABDAF

Tints of Beryl Green #BABDAF

Color information

#BABDAF (or 0xBABDAF) is unknown color: approx Beryl Green. HEX triplet: BA, BD and AF. RGB value is (186,189,175). Sum of RGB (Red+Green+Blue) = 186+189+175=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDAF is #454250. Grayscale: #BABABA. Windows color (decimal): -4538961 or 11517370. OLE color: 11517370.

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

Color convert

RGB186189175-
CMYK0.0200.070.26
HSL72.86º9.59%71.37%-
HSV(B)72.86º7.41%74.12%-
XYZ46.1949.9347.76-
YUV186.51121.51127.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=33.82%
G=34.36%
B=31.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891750.0200.070.2672.869.5971.37
HexBABDAF2071A49a47
Octal2722752572073211112107
Binary10111010101111011010111110011111010100100110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDAF; }

 p { color: rgb(186,189,175); }

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

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

 a { background-color: rgb(186,189,175); }

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

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

 span { border-color: rgb(186,189,175); }

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