Html Css Color HEX #BABCB1 Beryl Green

📋 copy color: '#BABCB1'

red 186 ◦ green 188 ◦ blue 177

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

Shades of Beryl Green #BABCB1

Tints of Beryl Green #BABCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.12%

 BLUE value IS 177 (69.53% from 255) = 32.12%

R = 33.76%
G = 34.12%
B = 32.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BABCB1 (or 0xBABCB1) is known color: Beryl Green. HEX triplet: BA, BC and B1. RGB value is (186,188,177). Sum of RGB (Red+Green+Blue) = 186+188+177=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCB1 is #45434E. Grayscale: #BABABA. Windows color (decimal): -4539215 or 11648186. OLE color: 11648186.

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

Color convert

RGB 186 188 177 -
CMYK 0.01 0 0.06 0.26
HSL 70.91º 0.08% 0.72% -
HSV(B) 70.91º 0.06% 0.74% -
XYZ 46.17 49.58 48.73 -
YUV 186.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 186 188 177 0.01 0 0.06 0.26 70.91 0.08 0.72
Hex BA BC B1 1 0 6 1A 47 8 48
Octal 272 274 261 1 0 6 32 107 10 110
Binary 10111010 10111100 10110001 1 0 110 11010 1000111 1000 1001000

Color Harmonies of #BABCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCB1

Black with #BABCB1

Text Example


Text Example

White with #BABCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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