Html Css Color HEX #BEC2B0 Beryl Green

📋 copy color: '#BEC2B0'

red 190 ◦ green 194 ◦ blue 176

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

Shades of Beryl Green #BEC2B0

Tints of Beryl Green #BEC2B0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 33.93%
G = 34.64%
B = 31.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BEC2B0 (or 0xBEC2B0) is known color: Beryl Green. HEX triplet: BE, C2 and B0. RGB value is (190,194,176). Sum of RGB (Red+Green+Blue) = 190+194+176=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2B0 is #413D4F. Grayscale: #BEBEBE. Windows color (decimal): -4275536 or 11584190. OLE color: 11584190.

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

Color convert

RGB 190 194 176 -
CMYK 0.02 0 0.09 0.24
HSL 73.33º 0.13% 0.73% -
HSV(B) 73.33º 0.09% 0.76% -
XYZ 48.36 52.67 48.69 -
YUV 190.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 190 194 176 0.02 0 0.09 0.24 73.33 0.13 0.73
Hex BE C2 B0 2 0 9 18 49 D 49
Octal 276 302 260 2 0 11 30 111 15 111
Binary 10111110 11000010 10110000 10 0 1001 11000 1001001 1101 1001001

Color Harmonies of #BEC2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2B0

Black with #BEC2B0

Text Example


Text Example

White with #BEC2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2B0; }

 p { color: rgb(190,194,176); }

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

background-color css

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

 a { background-color: rgb(190,194,176); }

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

border-color css

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

 span { border-color: rgb(190,194,176); }

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