Html Css Color HEX #BFC997 Green Mist

📋 copy color: '#BFC997'

red 191 ◦ green 201 ◦ blue 151

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

Shades of Green Mist #BFC997

Tints of Green Mist #BFC997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.02%

 BLUE value IS 151 (59.38% from 255) = 27.81%

R = 35.17%
G = 37.02%
B = 27.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#BFC997 (or 0xBFC997) is known color: Green Mist. HEX triplet: BF, C9 and 97. RGB value is (191,201,151). Sum of RGB (Red+Green+Blue) = 191+201+151=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC997 is #403668. Grayscale: #C0C0C0. Windows color (decimal): -4208233 or 9947583. OLE color: 9947583.

HSL color Cylindrical-coordinate representation of color #BFC997: hue angle of 72º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC997 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 151 -
CMYK 0.05 0 0.25 0.21
HSL 72º 0.32% 0.69% -
HSV(B) 72º 0.25% 0.79% -
XYZ 47.96 55.08 37.38 -
YUV 192.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 191 201 151 0.05 0 0.25 0.21 72 0.32 0.69
Hex BF C9 97 5 0 19 15 48 20 45
Octal 277 311 227 5 0 31 25 110 40 105
Binary 10111111 11001001 10010111 101 0 11001 10101 1001000 100000 1000101

Color Harmonies of #BFC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC997

Black with #BFC997

Text Example


Text Example

White with #BFC997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC997; }

 p { color: rgb(191,201,151); }

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

background-color css

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

 a { background-color: rgb(191,201,151); }

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

border-color css

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

 span { border-color: rgb(191,201,151); }

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