Html Css Color HEX #BEC0B4 Beryl Green

📋 copy color: '#BEC0B4'

red 190 ◦ green 192 ◦ blue 180

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

Shades of Beryl Green #BEC0B4

Tints of Beryl Green #BEC0B4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.16%

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

R = 33.81%
G = 34.16%
B = 32.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BEC0B4 (or 0xBEC0B4) is known color: Beryl Green. HEX triplet: BE, C0 and B4. RGB value is (190,192,180). Sum of RGB (Red+Green+Blue) = 190+192+180=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0B4 is #413F4B. Grayscale: #BEBEBE. Windows color (decimal): -4276044 or 11845822. OLE color: 11845822.

HSL color Cylindrical-coordinate representation of color #BEC0B4: hue angle of 70º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC0B4 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 180 -
CMYK 0.01 0 0.06 0.25
HSL 70º 0.09% 0.73% -
HSV(B) 70º 0.06% 0.75% -
XYZ 48.32 51.94 50.66 -
YUV 190.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 190 192 180 0.01 0 0.06 0.25 70 0.09 0.73
Hex BE C0 B4 1 0 6 19 46 9 49
Octal 276 300 264 1 0 6 31 106 11 111
Binary 10111110 11000000 10110100 1 0 110 11001 1000110 1001 1001001

Color Harmonies of #BEC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0B4

Black with #BEC0B4

Text Example


Text Example

White with #BEC0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0B4; }

 p { color: rgb(190,192,180); }

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

background-color css

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

 a { background-color: rgb(190,192,180); }

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

border-color css

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

 span { border-color: rgb(190,192,180); }

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