Html Css Color HEX #BFDFA2 Pixie Green

📋 copy color: '#BFDFA2'

red 191 ◦ green 223 ◦ blue 162

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

Shades of Pixie Green #BFDFA2

Tints of Pixie Green #BFDFA2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.72%

 BLUE value IS 162 (63.67% from 255) = 28.13%

R = 33.16%
G = 38.72%
B = 28.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#BFDFA2 (or 0xBFDFA2) is known color: Pixie Green. HEX triplet: BF, DF and A2. RGB value is (191,223,162). Sum of RGB (Red+Green+Blue) = 191+223+162=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDFA2 is #40205D. Grayscale: #CECECE. Windows color (decimal): -4202590 or 10674111. OLE color: 10674111.

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

Color convert

RGB 191 223 162 -
CMYK 0.14 0 0.27 0.13
HSL 91.48º 0.49% 0.75% -
HSV(B) 91.48º 0.27% 0.87% -
XYZ 54.4 66.46 44.14 -
YUV 206.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 191 223 162 0.14 0 0.27 0.13 91.48 0.49 0.75
Hex BF DF A2 E 0 1B D 5B 31 4B
Octal 277 337 242 16 0 33 15 133 61 113
Binary 10111111 11011111 10100010 1110 0 11011 1101 1011011 110001 1001011

Color Harmonies of #BFDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFA2

Black with #BFDFA2

Text Example


Text Example

White with #BFDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFA2; }

 p { color: rgb(191,223,162); }

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

background-color css

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

 a { background-color: rgb(191,223,162); }

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

border-color css

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

 span { border-color: rgb(191,223,162); }

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