Html Css Color HEX #BDD1AE Pixie Green

📋 copy color: '#BDD1AE'

red 189 ◦ green 209 ◦ blue 174

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

Shades of Pixie Green #BDD1AE

Tints of Pixie Green #BDD1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.42%

R = 33.04%
G = 36.54%
B = 30.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#BDD1AE (or 0xBDD1AE) is known color: Pixie Green. HEX triplet: BD, D1 and AE. RGB value is (189,209,174). Sum of RGB (Red+Green+Blue) = 189+209+174=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD1AE is #422E51. Grayscale: #C7C7C7. Windows color (decimal): -4337234 or 11456957. OLE color: 11456957.

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

Color convert

RGB 189 209 174 -
CMYK 0.10 0 0.17 0.18
HSL 94.29º 0.28% 0.75% -
HSV(B) 94.29º 0.17% 0.82% -
XYZ 51.43 59.48 48.81 -
YUV 199.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 189 209 174 0.10 0 0.17 0.18 94.29 0.28 0.75
Hex BD D1 AE A 0 11 12 5E 1C 4B
Octal 275 321 256 12 0 21 22 136 34 113
Binary 10111101 11010001 10101110 1010 0 10001 10010 1011110 11100 1001011

Color Harmonies of #BDD1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD1AE

Black with #BDD1AE

Text Example


Text Example

White with #BDD1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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