Html Css Color HEX #BFC893 Green Mist

📋 copy color: '#BFC893'

red 191 ◦ green 200 ◦ blue 147

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

Shades of Green Mist #BFC893

Tints of Green Mist #BFC893

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

 BLUE value IS 147 (57.81% from 255) = 27.32%

R = 35.5%
G = 37.17%
B = 27.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#BFC893 (or 0xBFC893) is known color: Green Mist. HEX triplet: BF, C8 and 93. RGB value is (191,200,147). Sum of RGB (Red+Green+Blue) = 191+200+147=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC893 is #40376C. Grayscale: #BFBFBF. Windows color (decimal): -4208493 or 9685183. OLE color: 9685183.

HSL color Cylindrical-coordinate representation of color #BFC893: hue angle of 70.19º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFC893 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 147 -
CMYK 0.04 0 0.26 0.22
HSL 70.19º 0.33% 0.68% -
HSV(B) 70.19º 0.27% 0.78% -
XYZ 47.41 54.49 35.62 -
YUV 191.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 191 200 147 0.04 0 0.26 0.22 70.19 0.33 0.68
Hex BF C8 93 4 0 1A 16 46 21 44
Octal 277 310 223 4 0 32 26 106 41 104
Binary 10111111 11001000 10010011 100 0 11010 10110 1000110 100001 1000100

Color Harmonies of #BFC893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC893

Black with #BFC893

Text Example


Text Example

White with #BFC893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC893; }

 p { color: rgb(191,200,147); }

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

background-color css

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

 a { background-color: rgb(191,200,147); }

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

border-color css

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

 span { border-color: rgb(191,200,147); }

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