Html Css Color HEX #BDD2A4 Pixie Green

📋 copy color: '#BDD2A4'

red 189 ◦ green 210 ◦ blue 164

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

Shades of Pixie Green #BDD2A4

Tints of Pixie Green #BDD2A4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.3%

 BLUE value IS 164 (64.45% from 255) = 29.13%

R = 33.57%
G = 37.3%
B = 29.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#BDD2A4 (or 0xBDD2A4) is known color: Pixie Green. HEX triplet: BD, D2 and A4. RGB value is (189,210,164). Sum of RGB (Red+Green+Blue) = 189+210+164=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD2A4 is #422D5B. Grayscale: #C6C6C6. Windows color (decimal): -4336988 or 10801853. OLE color: 10801853.

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

Color convert

RGB 189 210 164 -
CMYK 0.10 0 0.22 0.18
HSL 87.39º 0.34% 0.73% -
HSV(B) 87.39º 0.22% 0.82% -
XYZ 50.73 59.59 43.95 -
YUV 198.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 189 210 164 0.10 0 0.22 0.18 87.39 0.34 0.73
Hex BD D2 A4 A 0 16 12 57 22 49
Octal 275 322 244 12 0 26 22 127 42 111
Binary 10111101 11010010 10100100 1010 0 10110 10010 1010111 100010 1001001

Color Harmonies of #BDD2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2A4

Black with #BDD2A4

Text Example


Text Example

White with #BDD2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2A4; }

 p { color: rgb(189,210,164); }

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

background-color css

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

 a { background-color: rgb(189,210,164); }

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

border-color css

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

 span { border-color: rgb(189,210,164); }

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