Html Css Color HEX #BABCB4 Beryl Green

📋 copy color: '#BABCB4'

red 186 ◦ green 188 ◦ blue 180

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

Shades of Beryl Green #BABCB4

Tints of Beryl Green #BABCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.49%

R = 33.57%
G = 33.94%
B = 32.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BABCB4 (or 0xBABCB4) is known color: Beryl Green. HEX triplet: BA, BC and B4. RGB value is (186,188,180). Sum of RGB (Red+Green+Blue) = 186+188+180=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB4 is #45434B. Grayscale: #BABABA. Windows color (decimal): -4539212 or 11844794. OLE color: 11844794.

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

Color convert

RGB 186 188 180 -
CMYK 0.01 0 0.04 0.26
HSL 75º 0.06% 0.72% -
HSV(B) 75º 0.04% 0.74% -
XYZ 46.47 49.7 50.32 -
YUV 186.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 186 188 180 0.01 0 0.04 0.26 75 0.06 0.72
Hex BA BC B4 1 0 4 1A 4B 6 48
Octal 272 274 264 1 0 4 32 113 6 110
Binary 10111010 10111100 10110100 1 0 100 11010 1001011 110 1001000

Color Harmonies of #BABCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCB4

Black with #BABCB4

Text Example


Text Example

White with #BABCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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