Html Css Color HEX #BFC890 Green Mist

📋 copy color: '#BFC890'

red 191 ◦ green 200 ◦ blue 144

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

Shades of Green Mist #BFC890

Tints of Green Mist #BFC890

RGB

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

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

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

R = 35.7%
G = 37.38%
B = 26.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#BFC890 (or 0xBFC890) is known color: Green Mist. HEX triplet: BF, C8 and 90. RGB value is (191,200,144). Sum of RGB (Red+Green+Blue) = 191+200+144=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC890 is #40376F. Grayscale: #BFBFBF. Windows color (decimal): -4208496 or 9488575. OLE color: 9488575.

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

Color convert

RGB 191 200 144 -
CMYK 0.04 0 0.28 0.22
HSL 69.64º 0.34% 0.67% -
HSV(B) 69.64º 0.28% 0.78% -
XYZ 47.17 54.4 34.4 -
YUV 190.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 191 200 144 0.04 0 0.28 0.22 69.64 0.34 0.67
Hex BF C8 90 4 0 1C 16 46 22 43
Octal 277 310 220 4 0 34 26 106 42 103
Binary 10111111 11001000 10010000 100 0 11100 10110 1000110 100010 1000011

Color Harmonies of #BFC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC890

Black with #BFC890

Text Example


Text Example

White with #BFC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC890; }

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

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

background-color css

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

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

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

border-color css

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

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

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