Html Css Color HEX #BDD99E Pixie Green

📋 copy color: '#BDD99E'

red 189 ◦ green 217 ◦ blue 158

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

Shades of Pixie Green #BDD99E

Tints of Pixie Green #BDD99E

RGB

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

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

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

R = 33.51%
G = 38.48%
B = 28.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#BDD99E (or 0xBDD99E) is known color: Pixie Green. HEX triplet: BD, D9 and 9E. RGB value is (189,217,158). Sum of RGB (Red+Green+Blue) = 189+217+158=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD99E is #422661. Grayscale: #CACACA. Windows color (decimal): -4335202 or 10410429. OLE color: 10410429.

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

Color convert

RGB 189 217 158 -
CMYK 0.13 0 0.27 0.15
HSL 88.47º 0.44% 0.74% -
HSV(B) 88.47º 0.27% 0.85% -
XYZ 51.97 62.91 41.75 -
YUV 201.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 189 217 158 0.13 0 0.27 0.15 88.47 0.44 0.74
Hex BD D9 9E D 0 1B F 58 2C 4A
Octal 275 331 236 15 0 33 17 130 54 112
Binary 10111101 11011001 10011110 1101 0 11011 1111 1011000 101100 1001010

Color Harmonies of #BDD99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD99E

Black with #BDD99E

Text Example


Text Example

White with #BDD99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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