Html Css Color HEX #BFC190 Green Mist

📋 copy color: '#BFC190'

red 191 ◦ green 193 ◦ blue 144

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

Shades of Green Mist #BFC190

Tints of Green Mist #BFC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.55%

 BLUE value IS 144 (56.64% from 255) = 27.27%

R = 36.17%
G = 36.55%
B = 27.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#BFC190 (or 0xBFC190) is known color: Green Mist. HEX triplet: BF, C1 and 90. RGB value is (191,193,144). Sum of RGB (Red+Green+Blue) = 191+193+144=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC190 is #403E6F. Grayscale: #BBBBBB. Windows color (decimal): -4210288 or 9486783. OLE color: 9486783.

HSL color Cylindrical-coordinate representation of color #BFC190: hue angle of 62.45º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC190 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 144 -
CMYK 0.01 0 0.25 0.24
HSL 62.45º 0.28% 0.66% -
HSV(B) 62.45º 0.25% 0.76% -
XYZ 45.59 51.23 33.87 -
YUV 186.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 191 193 144 0.01 0 0.25 0.24 62.45 0.28 0.66
Hex BF C1 90 1 0 19 18 3E 1C 42
Octal 277 301 220 1 0 31 30 76 34 102
Binary 10111111 11000001 10010000 1 0 11001 11000 111110 11100 1000010

Color Harmonies of #BFC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC190

Black with #BFC190

Text Example


Text Example

White with #BFC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC190; }

 p { color: rgb(191,193,144); }

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

background-color css

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

 a { background-color: rgb(191,193,144); }

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

border-color css

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

 span { border-color: rgb(191,193,144); }

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