Html Css Color HEX #BDD79E Pixie Green

📋 copy color: '#BDD79E'

red 189 ◦ green 215 ◦ blue 158

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

Shades of Pixie Green #BDD79E

Tints of Pixie Green #BDD79E

RGB

 RED value IS 189 (74.22% from 255) = 33.63%

 GREEN value IS 215 (84.38% from 255) = 38.26%

 BLUE value IS 158 (62.11% from 255) = 28.11%

R = 33.63%
G = 38.26%
B = 28.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#BDD79E (or 0xBDD79E) is known color: Pixie Green. HEX triplet: BD, D7 and 9E. RGB value is (189,215,158). Sum of RGB (Red+Green+Blue) = 189+215+158=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD79E is #422861. Grayscale: #C8C8C8. Windows color (decimal): -4335714 or 10409917. OLE color: 10409917.

HSL color Cylindrical-coordinate representation of color #BDD79E: hue angle of 87.37º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD79E is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 158 -
CMYK 0.12 0 0.27 0.16
HSL 87.37º 0.42% 0.73% -
HSV(B) 87.37º 0.27% 0.84% -
XYZ 51.46 61.89 41.58 -
YUV 200.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 189 215 158 0.12 0 0.27 0.16 87.37 0.42 0.73
Hex BD D7 9E C 0 1B 10 57 2A 49
Octal 275 327 236 14 0 33 20 127 52 111
Binary 10111101 11010111 10011110 1100 0 11011 10000 1010111 101010 1001001

Color Harmonies of #BDD79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD79E

Black with #BDD79E

Text Example


Text Example

White with #BDD79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD79E; }

 p { color: rgb(189,215,158); }

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

background-color css

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

 a { background-color: rgb(189,215,158); }

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

border-color css

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

 span { border-color: rgb(189,215,158); }

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