Html Css Color HEX #BFDE9D Pixie Green

📋 copy color: '#BFDE9D'

red 191 ◦ green 222 ◦ blue 157

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

Shades of Pixie Green #BFDE9D

Tints of Pixie Green #BFDE9D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.95%

 BLUE value IS 157 (61.72% from 255) = 27.54%

R = 33.51%
G = 38.95%
B = 27.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#BFDE9D (or 0xBFDE9D) is known color: Pixie Green. HEX triplet: BF, DE and 9D. RGB value is (191,222,157). Sum of RGB (Red+Green+Blue) = 191+222+157=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE9D is #402162. Grayscale: #CDCDCD. Windows color (decimal): -4202851 or 10346175. OLE color: 10346175.

HSL color Cylindrical-coordinate representation of color #BFDE9D: hue angle of 88.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFDE9D is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 222 157 -
CMYK 0.14 0 0.29 0.13
HSL 88.62º 0.5% 0.74% -
HSV(B) 88.62º 0.29% 0.87% -
XYZ 53.69 65.75 41.76 -
YUV 205.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 191 222 157 0.14 0 0.29 0.13 88.62 0.5 0.74
Hex BF DE 9D E 0 1D D 59 32 4A
Octal 277 336 235 16 0 35 15 131 62 112
Binary 10111111 11011110 10011101 1110 0 11101 1101 1011001 110010 1001010

Color Harmonies of #BFDE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDE9D

Black with #BFDE9D

Text Example


Text Example

White with #BFDE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDE9D; }

 p { color: rgb(191,222,157); }

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

background-color css

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

 a { background-color: rgb(191,222,157); }

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

border-color css

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

 span { border-color: rgb(191,222,157); }

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