Html Css Color HEX #BFC69E Green Mist

📋 copy color: '#BFC69E'

red 191 ◦ green 198 ◦ blue 158

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

Shades of Green Mist #BFC69E

Tints of Green Mist #BFC69E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

 BLUE value IS 158 (62.11% from 255) = 28.88%

R = 34.92%
G = 36.2%
B = 28.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#BFC69E (or 0xBFC69E) is known color: Green Mist. HEX triplet: BF, C6 and 9E. RGB value is (191,198,158). Sum of RGB (Red+Green+Blue) = 191+198+158=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC69E is #403961. Grayscale: #BFBFBF. Windows color (decimal): -4208994 or 10405567. OLE color: 10405567.

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

Color convert

RGB 191 198 158 -
CMYK 0.04 0 0.20 0.22
HSL 70.5º 0.26% 0.7% -
HSV(B) 70.5º 0.2% 0.78% -
XYZ 47.85 53.93 40.24 -
YUV 191.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 191 198 158 0.04 0 0.20 0.22 70.5 0.26 0.7
Hex BF C6 9E 4 0 14 16 46 1A 46
Octal 277 306 236 4 0 24 26 106 32 106
Binary 10111111 11000110 10011110 100 0 10100 10110 1000110 11010 1000110

Color Harmonies of #BFC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC69E

Black with #BFC69E

Text Example


Text Example

White with #BFC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC69E; }

 p { color: rgb(191,198,158); }

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

background-color css

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

 a { background-color: rgb(191,198,158); }

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

border-color css

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

 span { border-color: rgb(191,198,158); }

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