Html Css Color HEX #BFC2AF Beryl Green

📋 copy color: '#BFC2AF'

red 191 ◦ green 194 ◦ blue 175

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

Shades of Beryl Green #BFC2AF

Tints of Beryl Green #BFC2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.25%

R = 34.11%
G = 34.64%
B = 31.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#BFC2AF (or 0xBFC2AF) is known color: Beryl Green. HEX triplet: BF, C2 and AF. RGB value is (191,194,175). Sum of RGB (Red+Green+Blue) = 191+194+175=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC2AF is #403D50. Grayscale: #BFBFBF. Windows color (decimal): -4210001 or 11518655. OLE color: 11518655.

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

Color convert

RGB 191 194 175 -
CMYK 0.02 0 0.10 0.24
HSL 69.47º 0.13% 0.72% -
HSV(B) 69.47º 0.1% 0.76% -
XYZ 48.52 52.76 48.18 -
YUV 190.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 191 194 175 0.02 0 0.10 0.24 69.47 0.13 0.72
Hex BF C2 AF 2 0 A 18 45 D 48
Octal 277 302 257 2 0 12 30 105 15 110
Binary 10111111 11000010 10101111 10 0 1010 11000 1000101 1101 1001000

Color Harmonies of #BFC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2AF

Black with #BFC2AF

Text Example


Text Example

White with #BFC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2AF; }

 p { color: rgb(191,194,175); }

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

background-color css

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

 a { background-color: rgb(191,194,175); }

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

border-color css

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

 span { border-color: rgb(191,194,175); }

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