Html Css Color HEX #BCBFA0 Beryl Green

📋 copy color: '#BCBFA0'

red 188 ◦ green 191 ◦ blue 160

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

Shades of Beryl Green #BCBFA0

Tints of Beryl Green #BCBFA0

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 34.88%
G = 35.44%
B = 29.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BCBFA0 (or 0xBCBFA0) is known color: Beryl Green. HEX triplet: BC, BF and A0. RGB value is (188,191,160). Sum of RGB (Red+Green+Blue) = 188+191+160=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFA0 is #43405F. Grayscale: #BABABA. Windows color (decimal): -4407392 or 10534844. OLE color: 10534844.

HSL color Cylindrical-coordinate representation of color #BCBFA0: hue angle of 65.81º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBFA0 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 160 -
CMYK 0.02 0 0.16 0.25
HSL 65.81º 0.19% 0.69% -
HSV(B) 65.81º 0.16% 0.75% -
XYZ 45.72 50.49 40.59 -
YUV 186.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 188 191 160 0.02 0 0.16 0.25 65.81 0.19 0.69
Hex BC BF A0 2 0 10 19 42 13 45
Octal 274 277 240 2 0 20 31 102 23 105
Binary 10111100 10111111 10100000 10 0 10000 11001 1000010 10011 1000101

Color Harmonies of #BCBFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFA0

Black with #BCBFA0

Text Example


Text Example

White with #BCBFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFA0; }

 p { color: rgb(188,191,160); }

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

background-color css

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

 a { background-color: rgb(188,191,160); }

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

border-color css

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

 span { border-color: rgb(188,191,160); }

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