Html Css Color HEX #BDD1A9 Pixie Green

📋 copy color: '#BDD1A9'

red 189 ◦ green 209 ◦ blue 169

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

Shades of Pixie Green #BDD1A9

Tints of Pixie Green #BDD1A9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.86%

 BLUE value IS 169 (66.41% from 255) = 29.81%

R = 33.33%
G = 36.86%
B = 29.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#BDD1A9 (or 0xBDD1A9) is known color: Pixie Green. HEX triplet: BD, D1 and A9. RGB value is (189,209,169). Sum of RGB (Red+Green+Blue) = 189+209+169=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD1A9 is #422E56. Grayscale: #C6C6C6. Windows color (decimal): -4337239 or 11129277. OLE color: 11129277.

HSL color Cylindrical-coordinate representation of color #BDD1A9: hue angle of 90º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD1A9 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 169 -
CMYK 0.10 0 0.19 0.18
HSL 90º 0.3% 0.74% -
HSV(B) 90º 0.19% 0.82% -
XYZ 50.95 59.28 46.29 -
YUV 198.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 189 209 169 0.10 0 0.19 0.18 90 0.3 0.74
Hex BD D1 A9 A 0 13 12 5A 1E 4A
Octal 275 321 251 12 0 23 22 132 36 112
Binary 10111101 11010001 10101001 1010 0 10011 10010 1011010 11110 1001010

Color Harmonies of #BDD1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1A9

Black with #BDD1A9

Text Example


Text Example

White with #BDD1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1A9; }

 p { color: rgb(189,209,169); }

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

background-color css

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

 a { background-color: rgb(189,209,169); }

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

border-color css

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

 span { border-color: rgb(189,209,169); }

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