Html Css Color HEX #BABDA2 Beryl Green

📋 copy color: '#BABDA2'

red 186 ◦ green 189 ◦ blue 162

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

Shades of Beryl Green #BABDA2

Tints of Beryl Green #BABDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.2%

 BLUE value IS 162 (63.67% from 255) = 30.17%

R = 34.64%
G = 35.2%
B = 30.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BABDA2 (or 0xBABDA2) is known color: Beryl Green. HEX triplet: BA, BD and A2. RGB value is (186,189,162). Sum of RGB (Red+Green+Blue) = 186+189+162=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDA2 is #45425D. Grayscale: #B9B9B9. Windows color (decimal): -4538974 or 10665402. OLE color: 10665402.

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

Color convert

RGB 186 189 162 -
CMYK 0.02 0 0.14 0.26
HSL 66.67º 0.17% 0.69% -
HSV(B) 66.67º 0.14% 0.74% -
XYZ 44.97 49.44 41.36 -
YUV 185.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 186 189 162 0.02 0 0.14 0.26 66.67 0.17 0.69
Hex BA BD A2 2 0 E 1A 43 11 45
Octal 272 275 242 2 0 16 32 103 21 105
Binary 10111010 10111101 10100010 10 0 1110 11010 1000011 10001 1000101

Color Harmonies of #BABDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDA2

Black with #BABDA2

Text Example


Text Example

White with #BABDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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