Html Css Color HEX #BFD3AB Pixie Green

📋 copy color: '#BFD3AB'

red 191 ◦ green 211 ◦ blue 171

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

Shades of Pixie Green #BFD3AB

Tints of Pixie Green #BFD3AB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.82%

 BLUE value IS 171 (67.19% from 255) = 29.84%

R = 33.33%
G = 36.82%
B = 29.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#BFD3AB (or 0xBFD3AB) is known color: Pixie Green. HEX triplet: BF, D3 and AB. RGB value is (191,211,171). Sum of RGB (Red+Green+Blue) = 191+211+171=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD3AB is #402C54. Grayscale: #C8C8C8. Windows color (decimal): -4205653 or 11260863. OLE color: 11260863.

HSL color Cylindrical-coordinate representation of color #BFD3AB: hue angle of 90º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD3AB is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 171 -
CMYK 0.09 0 0.19 0.17
HSL 90º 0.31% 0.75% -
HSV(B) 90º 0.19% 0.83% -
XYZ 52.13 60.61 47.48 -
YUV 200.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 191 211 171 0.09 0 0.19 0.17 90 0.31 0.75
Hex BF D3 AB 9 0 13 11 5A 1F 4B
Octal 277 323 253 11 0 23 21 132 37 113
Binary 10111111 11010011 10101011 1001 0 10011 10001 1011010 11111 1001011

Color Harmonies of #BFD3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3AB

Black with #BFD3AB

Text Example


Text Example

White with #BFD3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3AB; }

 p { color: rgb(191,211,171); }

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

background-color css

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

 a { background-color: rgb(191,211,171); }

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

border-color css

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

 span { border-color: rgb(191,211,171); }

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