Html Css Color HEX #BFC998 Green Mist

📋 copy color: '#BFC998'

red 191 ◦ green 201 ◦ blue 152

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

Shades of Green Mist #BFC998

Tints of Green Mist #BFC998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.94%

R = 35.11%
G = 36.95%
B = 27.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#BFC998 (or 0xBFC998) is known color: Green Mist. HEX triplet: BF, C9 and 98. RGB value is (191,201,152). Sum of RGB (Red+Green+Blue) = 191+201+152=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC998 is #403667. Grayscale: #C0C0C0. Windows color (decimal): -4208232 or 10013119. OLE color: 10013119.

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

Color convert

RGB 191 201 152 -
CMYK 0.05 0 0.24 0.21
HSL 72.24º 0.31% 0.69% -
HSV(B) 72.24º 0.24% 0.79% -
XYZ 48.04 55.12 37.81 -
YUV 192.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 191 201 152 0.05 0 0.24 0.21 72.24 0.31 0.69
Hex BF C9 98 5 0 18 15 48 1F 45
Octal 277 311 230 5 0 30 25 110 37 105
Binary 10111111 11001001 10011000 101 0 11000 10101 1001000 11111 1000101

Color Harmonies of #BFC998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC998

Black with #BFC998

Text Example


Text Example

White with #BFC998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC998; }

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

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

background-color css

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

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

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

border-color css

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

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

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