Html Css Color HEX #BFD5AC Pixie Green

📋 copy color: '#BFD5AC'

red 191 ◦ green 213 ◦ blue 172

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

Shades of Pixie Green #BFD5AC

Tints of Pixie Green #BFD5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.98%

 BLUE value IS 172 (67.58% from 255) = 29.86%

R = 33.16%
G = 36.98%
B = 29.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#BFD5AC (or 0xBFD5AC) is known color: Pixie Green. HEX triplet: BF, D5 and AC. RGB value is (191,213,172). Sum of RGB (Red+Green+Blue) = 191+213+172=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD5AC is #402A53. Grayscale: #C9C9C9. Windows color (decimal): -4205140 or 11326911. OLE color: 11326911.

HSL color Cylindrical-coordinate representation of color #BFD5AC: hue angle of 92.2º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD5AC is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 172 -
CMYK 0.10 0 0.19 0.16
HSL 92.2º 0.33% 0.75% -
HSV(B) 92.2º 0.19% 0.84% -
XYZ 52.73 61.64 48.15 -
YUV 201.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 191 213 172 0.10 0 0.19 0.16 92.2 0.33 0.75
Hex BF D5 AC A 0 13 10 5C 21 4B
Octal 277 325 254 12 0 23 20 134 41 113
Binary 10111111 11010101 10101100 1010 0 10011 10000 1011100 100001 1001011

Color Harmonies of #BFD5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5AC

Black with #BFD5AC

Text Example


Text Example

White with #BFD5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5AC; }

 p { color: rgb(191,213,172); }

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

background-color css

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

 a { background-color: rgb(191,213,172); }

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

border-color css

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

 span { border-color: rgb(191,213,172); }

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