Html Css Color HEX #BDD3A4 Pixie Green

📋 copy color: '#BDD3A4'

red 189 ◦ green 211 ◦ blue 164

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

Shades of Pixie Green #BDD3A4

Tints of Pixie Green #BDD3A4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

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

R = 33.51%
G = 37.41%
B = 29.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#BDD3A4 (or 0xBDD3A4) is known color: Pixie Green. HEX triplet: BD, D3 and A4. RGB value is (189,211,164). Sum of RGB (Red+Green+Blue) = 189+211+164=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD3A4 is #422C5B. Grayscale: #C7C7C7. Windows color (decimal): -4336732 or 10802109. OLE color: 10802109.

HSL color Cylindrical-coordinate representation of color #BDD3A4: hue angle of 88.09º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD3A4 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 164 -
CMYK 0.10 0 0.22 0.17
HSL 88.09º 0.35% 0.74% -
HSV(B) 88.09º 0.22% 0.83% -
XYZ 50.98 60.09 44.03 -
YUV 199.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 189 211 164 0.10 0 0.22 0.17 88.09 0.35 0.74
Hex BD D3 A4 A 0 16 11 58 23 4A
Octal 275 323 244 12 0 26 21 130 43 112
Binary 10111101 11010011 10100100 1010 0 10110 10001 1011000 100011 1001010

Color Harmonies of #BDD3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3A4

Black with #BDD3A4

Text Example


Text Example

White with #BDD3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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