Html Css Color HEX #BFDA9C Pixie Green

📋 copy color: '#BFDA9C'

red 191 ◦ green 218 ◦ blue 156

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

Shades of Pixie Green #BFDA9C

Tints of Pixie Green #BFDA9C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.58%

 BLUE value IS 156 (61.33% from 255) = 27.61%

R = 33.81%
G = 38.58%
B = 27.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#BFDA9C (or 0xBFDA9C) is known color: Pixie Green. HEX triplet: BF, DA and 9C. RGB value is (191,218,156). Sum of RGB (Red+Green+Blue) = 191+218+156=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA9C is #402563. Grayscale: #CBCBCB. Windows color (decimal): -4203876 or 10279615. OLE color: 10279615.

HSL color Cylindrical-coordinate representation of color #BFDA9C: hue angle of 86.13º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFDA9C is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 156 -
CMYK 0.12 0 0.28 0.15
HSL 86.13º 0.46% 0.73% -
HSV(B) 86.13º 0.28% 0.85% -
XYZ 52.56 63.62 40.96 -
YUV 202.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 191 218 156 0.12 0 0.28 0.15 86.13 0.46 0.73
Hex BF DA 9C C 0 1C F 56 2E 49
Octal 277 332 234 14 0 34 17 126 56 111
Binary 10111111 11011010 10011100 1100 0 11100 1111 1010110 101110 1001001

Color Harmonies of #BFDA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA9C

Black with #BFDA9C

Text Example


Text Example

White with #BFDA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA9C; }

 p { color: rgb(191,218,156); }

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

background-color css

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

 a { background-color: rgb(191,218,156); }

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

border-color css

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

 span { border-color: rgb(191,218,156); }

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