Html Css Color HEX #BDD99D Pixie Green

📋 copy color: '#BDD99D'

red 189 ◦ green 217 ◦ blue 157

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

Shades of Pixie Green #BDD99D

Tints of Pixie Green #BDD99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.54%

 BLUE value IS 157 (61.72% from 255) = 27.89%

R = 33.57%
G = 38.54%
B = 27.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#BDD99D (or 0xBDD99D) is known color: Pixie Green. HEX triplet: BD, D9 and 9D. RGB value is (189,217,157). Sum of RGB (Red+Green+Blue) = 189+217+157=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD99D is #422662. Grayscale: #CACACA. Windows color (decimal): -4335203 or 10344893. OLE color: 10344893.

HSL color Cylindrical-coordinate representation of color #BDD99D: hue angle of 88º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD99D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 157 -
CMYK 0.13 0 0.28 0.15
HSL 88º 0.44% 0.73% -
HSV(B) 88º 0.28% 0.85% -
XYZ 51.88 62.88 41.3 -
YUV 201.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 189 217 157 0.13 0 0.28 0.15 88 0.44 0.73
Hex BD D9 9D D 0 1C F 58 2C 49
Octal 275 331 235 15 0 34 17 130 54 111
Binary 10111101 11011001 10011101 1101 0 11100 1111 1011000 101100 1001001

Color Harmonies of #BDD99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD99D

Black with #BDD99D

Text Example


Text Example

White with #BDD99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD99D; }

 p { color: rgb(189,217,157); }

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

background-color css

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

 a { background-color: rgb(189,217,157); }

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

border-color css

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

 span { border-color: rgb(189,217,157); }

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