Html Css Color HEX #BEC1B2 Beryl Green

📋 copy color: '#BEC1B2'

red 190 ◦ green 193 ◦ blue 178

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

Shades of Beryl Green #BEC1B2

Tints of Beryl Green #BEC1B2

RGB

 RED value IS 190 (74.61% from 255) = 33.87%

 GREEN value IS 193 (75.78% from 255) = 34.4%

 BLUE value IS 178 (69.92% from 255) = 31.73%

R = 33.87%
G = 34.4%
B = 31.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#BEC1B2 (or 0xBEC1B2) is known color: Beryl Green. HEX triplet: BE, C1 and B2. RGB value is (190,193,178). Sum of RGB (Red+Green+Blue) = 190+193+178=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC1B2 is #413E4D. Grayscale: #BEBEBE. Windows color (decimal): -4275790 or 11715006. OLE color: 11715006.

HSL color Cylindrical-coordinate representation of color #BEC1B2: hue angle of 72º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC1B2 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 178 -
CMYK 0.02 0 0.08 0.24
HSL 72º 0.11% 0.73% -
HSV(B) 72º 0.08% 0.76% -
XYZ 48.34 52.3 49.67 -
YUV 190.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 190 193 178 0.02 0 0.08 0.24 72 0.11 0.73
Hex BE C1 B2 2 0 8 18 48 B 49
Octal 276 301 262 2 0 10 30 110 13 111
Binary 10111110 11000001 10110010 10 0 1000 11000 1001000 1011 1001001

Color Harmonies of #BEC1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1B2

Black with #BEC1B2

Text Example


Text Example

White with #BEC1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1B2; }

 p { color: rgb(190,193,178); }

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

background-color css

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

 a { background-color: rgb(190,193,178); }

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

border-color css

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

 span { border-color: rgb(190,193,178); }

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