Html Css Color HEX #BEC0B5 Beryl Green

📋 copy color: '#BEC0B5'

red 190 ◦ green 192 ◦ blue 181

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

Shades of Beryl Green #BEC0B5

Tints of Beryl Green #BEC0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.15%

R = 33.75%
G = 34.1%
B = 32.15%

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

#BEC0B5 (or 0xBEC0B5) is known color: Beryl Green. HEX triplet: BE, C0 and B5. RGB value is (190,192,181). Sum of RGB (Red+Green+Blue) = 190+192+181=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0B5 is #413F4A. Grayscale: #BEBEBE. Windows color (decimal): -4276043 or 11911358. OLE color: 11911358.

HSL color Cylindrical-coordinate representation of color #BEC0B5: hue angle of 70.91º degrees, saturation: 0.08, 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 #BEC0B5 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 181 -
CMYK 0.01 0 0.06 0.25
HSL 70.91º 0.08% 0.73% -
HSV(B) 70.91º 0.06% 0.75% -
XYZ 48.43 51.98 51.2 -
YUV 190.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 190 192 181 0.01 0 0.06 0.25 70.91 0.08 0.73
Hex BE C0 B5 1 0 6 19 47 8 49
Octal 276 300 265 1 0 6 31 107 10 111
Binary 10111110 11000000 10110101 1 0 110 11001 1000111 1000 1001001

Color Harmonies of #BEC0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0B5

Black with #BEC0B5

Text Example


Text Example

White with #BEC0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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