Html Css Color HEX #BABFAA Beryl Green

📋 copy color: '#BABFAA'

red 186 ◦ green 191 ◦ blue 170

#BABFAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beryl Green #BABFAA

Tints of Beryl Green #BABFAA

RGB

 RED value IS 186 (73.05% from 255) = 34%

 GREEN value IS 191 (75% from 255) = 34.92%

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 34%
G = 34.92%
B = 31.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BABFAA (or 0xBABFAA) is known color: Beryl Green. HEX triplet: BA, BF and AA. RGB value is (186,191,170). Sum of RGB (Red+Green+Blue) = 186+191+170=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABFAA is #454055. Grayscale: #BBBBBB. Windows color (decimal): -4538454 or 11190202. OLE color: 11190202.

HSL color Cylindrical-coordinate representation of color #BABFAA: hue angle of 74.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABFAA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 191 170 -
CMYK 0.03 0 0.11 0.25
HSL 74.29º 0.14% 0.71% -
HSV(B) 74.29º 0.11% 0.75% -
XYZ 46.14 50.6 45.37 -
YUV 187.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 186 191 170 0.03 0 0.11 0.25 74.29 0.14 0.71
Hex BA BF AA 3 0 B 19 4A E 47
Octal 272 277 252 3 0 13 31 112 16 107
Binary 10111010 10111111 10101010 11 0 1011 11001 1001010 1110 1000111

Color Harmonies of #BABFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFAA

Black with #BABFAA

Text Example


Text Example

White with #BABFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFAA; }

 p { color: rgb(186,191,170); }

 H1.HeaderClassName
 {
   color: #BABFAA;
 }
 .AnyTagClassName
 {
   color: #BABFAA;
 }
</style>

background-color css

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

 a { background-color: rgb(186,191,170); }

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

border-color css

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

 span { border-color: rgb(186,191,170); }

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