Html Css Color HEX #BFC5AD Beryl Green

📋 copy color: '#BFC5AD'

red 191 ◦ green 197 ◦ blue 173

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

Shades of Beryl Green #BFC5AD

Tints of Beryl Green #BFC5AD

RGB

 RED value IS 191 (75% from 255) = 34.05%

 GREEN value IS 197 (77.34% from 255) = 35.12%

 BLUE value IS 173 (67.97% from 255) = 30.84%

R = 34.05%
G = 35.12%
B = 30.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#BFC5AD (or 0xBFC5AD) is known color: Beryl Green. HEX triplet: BF, C5 and AD. RGB value is (191,197,173). Sum of RGB (Red+Green+Blue) = 191+197+173=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC5AD is #403A52. Grayscale: #C0C0C0. Windows color (decimal): -4209235 or 11388351. OLE color: 11388351.

HSL color Cylindrical-coordinate representation of color #BFC5AD: hue angle of 75º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC5AD is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 173 -
CMYK 0.03 0 0.12 0.23
HSL 75º 0.17% 0.73% -
HSV(B) 75º 0.12% 0.77% -
XYZ 48.99 54.03 47.38 -
YUV 192.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 191 197 173 0.03 0 0.12 0.23 75 0.17 0.73
Hex BF C5 AD 3 0 C 17 4B 11 49
Octal 277 305 255 3 0 14 27 113 21 111
Binary 10111111 11000101 10101101 11 0 1100 10111 1001011 10001 1001001

Color Harmonies of #BFC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5AD

Black with #BFC5AD

Text Example


Text Example

White with #BFC5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5AD; }

 p { color: rgb(191,197,173); }

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

background-color css

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

 a { background-color: rgb(191,197,173); }

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

border-color css

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

 span { border-color: rgb(191,197,173); }

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