Html Css Color HEX #BFC993 Green Mist

📋 copy color: '#BFC993'

red 191 ◦ green 201 ◦ blue 147

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

Shades of Green Mist #BFC993

Tints of Green Mist #BFC993

RGB

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

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

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

R = 35.44%
G = 37.29%
B = 27.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#BFC993 (or 0xBFC993) is known color: Green Mist. HEX triplet: BF, C9 and 93. RGB value is (191,201,147). Sum of RGB (Red+Green+Blue) = 191+201+147=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC993 is #40366C. Grayscale: #C0C0C0. Windows color (decimal): -4208237 or 9685439. OLE color: 9685439.

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

Color convert

RGB 191 201 147 -
CMYK 0.05 0 0.27 0.21
HSL 71.11º 0.33% 0.68% -
HSV(B) 71.11º 0.27% 0.79% -
XYZ 47.64 54.96 35.7 -
YUV 191.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 191 201 147 0.05 0 0.27 0.21 71.11 0.33 0.68
Hex BF C9 93 5 0 1B 15 47 21 44
Octal 277 311 223 5 0 33 25 107 41 104
Binary 10111111 11001001 10010011 101 0 11011 10101 1000111 100001 1000100

Color Harmonies of #BFC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC993

Black with #BFC993

Text Example


Text Example

White with #BFC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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