Html Css Color HEX #BABDA6 Beryl Green

📋 copy color: '#BABDA6'

red 186 ◦ green 189 ◦ blue 166

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

Shades of Beryl Green #BABDA6

Tints of Beryl Green #BABDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.68%

R = 34.38%
G = 34.94%
B = 30.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BABDA6 (or 0xBABDA6) is known color: Beryl Green. HEX triplet: BA, BD and A6. RGB value is (186,189,166). Sum of RGB (Red+Green+Blue) = 186+189+166=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDA6 is #454259. Grayscale: #B9B9B9. Windows color (decimal): -4538970 or 10927546. OLE color: 10927546.

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

Color convert

RGB 186 189 166 -
CMYK 0.02 0 0.12 0.26
HSL 67.83º 0.15% 0.7% -
HSV(B) 67.83º 0.12% 0.74% -
XYZ 45.33 49.59 43.26 -
YUV 185.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 186 189 166 0.02 0 0.12 0.26 67.83 0.15 0.7
Hex BA BD A6 2 0 C 1A 44 F 46
Octal 272 275 246 2 0 14 32 104 17 106
Binary 10111010 10111101 10100110 10 0 1100 11010 1000100 1111 1000110

Color Harmonies of #BABDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDA6

Black with #BABDA6

Text Example


Text Example

White with #BABDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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