Html Css Color HEX #BFD4AD Pixie Green

📋 copy color: '#BFD4AD'

red 191 ◦ green 212 ◦ blue 173

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

Shades of Pixie Green #BFD4AD

Tints of Pixie Green #BFD4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

 BLUE value IS 173 (67.97% from 255) = 30.03%

R = 33.16%
G = 36.81%
B = 30.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#BFD4AD (or 0xBFD4AD) is known color: Pixie Green. HEX triplet: BF, D4 and AD. RGB value is (191,212,173). Sum of RGB (Red+Green+Blue) = 191+212+173=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD4AD is #402B52. Grayscale: #C9C9C9. Windows color (decimal): -4205395 or 11392191. OLE color: 11392191.

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

Color convert

RGB 191 212 173 -
CMYK 0.10 0 0.18 0.17
HSL 92.31º 0.31% 0.75% -
HSV(B) 92.31º 0.18% 0.83% -
XYZ 52.57 61.18 48.57 -
YUV 201.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 191 212 173 0.10 0 0.18 0.17 92.31 0.31 0.75
Hex BF D4 AD A 0 12 11 5C 1F 4B
Octal 277 324 255 12 0 22 21 134 37 113
Binary 10111111 11010100 10101101 1010 0 10010 10001 1011100 11111 1001011

Color Harmonies of #BFD4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4AD

Black with #BFD4AD

Text Example


Text Example

White with #BFD4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4AD; }

 p { color: rgb(191,212,173); }

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

background-color css

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

 a { background-color: rgb(191,212,173); }

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

border-color css

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

 span { border-color: rgb(191,212,173); }

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