Html Css Color HEX #BFC2AB Beryl Green

📋 copy color: '#BFC2AB'

red 191 ◦ green 194 ◦ blue 171

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

Shades of Beryl Green #BFC2AB

Tints of Beryl Green #BFC2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 34.35%
G = 34.89%
B = 30.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#BFC2AB (or 0xBFC2AB) is known color: Beryl Green. HEX triplet: BF, C2 and AB. RGB value is (191,194,171). Sum of RGB (Red+Green+Blue) = 191+194+171=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC2AB is #403D54. Grayscale: #BEBEBE. Windows color (decimal): -4210005 or 11256511. OLE color: 11256511.

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

Color convert

RGB 191 194 171 -
CMYK 0.02 0 0.12 0.24
HSL 67.83º 0.16% 0.72% -
HSV(B) 67.83º 0.12% 0.76% -
XYZ 48.13 52.6 46.14 -
YUV 190.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 191 194 171 0.02 0 0.12 0.24 67.83 0.16 0.72
Hex BF C2 AB 2 0 C 18 44 10 48
Octal 277 302 253 2 0 14 30 104 20 110
Binary 10111111 11000010 10101011 10 0 1100 11000 1000100 10000 1001000

Color Harmonies of #BFC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2AB

Black with #BFC2AB

Text Example


Text Example

White with #BFC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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