Html Css Color HEX #BFD1A5 Pixie Green

📋 copy color: '#BFD1A5'

red 191 ◦ green 209 ◦ blue 165

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

Shades of Pixie Green #BFD1A5

Tints of Pixie Green #BFD1A5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.99%

 BLUE value IS 165 (64.84% from 255) = 29.2%

R = 33.81%
G = 36.99%
B = 29.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#BFD1A5 (or 0xBFD1A5) is known color: Pixie Green. HEX triplet: BF, D1 and A5. RGB value is (191,209,165). Sum of RGB (Red+Green+Blue) = 191+209+165=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD1A5 is #402E5A. Grayscale: #C6C6C6. Windows color (decimal): -4206171 or 10867135. OLE color: 10867135.

HSL color Cylindrical-coordinate representation of color #BFD1A5: hue angle of 84.55º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD1A5 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 165 -
CMYK 0.09 0 0.21 0.18
HSL 84.55º 0.32% 0.73% -
HSV(B) 84.55º 0.21% 0.82% -
XYZ 51.08 59.39 44.37 -
YUV 198.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 191 209 165 0.09 0 0.21 0.18 84.55 0.32 0.73
Hex BF D1 A5 9 0 15 12 55 20 49
Octal 277 321 245 11 0 25 22 125 40 111
Binary 10111111 11010001 10100101 1001 0 10101 10010 1010101 100000 1001001

Color Harmonies of #BFD1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1A5

Black with #BFD1A5

Text Example


Text Example

White with #BFD1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1A5; }

 p { color: rgb(191,209,165); }

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

background-color css

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

 a { background-color: rgb(191,209,165); }

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

border-color css

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

 span { border-color: rgb(191,209,165); }

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