Html Css Color HEX #BDD2AD Pixie Green

📋 copy color: '#BDD2AD'

red 189 ◦ green 210 ◦ blue 173

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

Shades of Pixie Green #BDD2AD

Tints of Pixie Green #BDD2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 33.04%
G = 36.71%
B = 30.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#BDD2AD (or 0xBDD2AD) is known color: Pixie Green. HEX triplet: BD, D2 and AD. RGB value is (189,210,173). Sum of RGB (Red+Green+Blue) = 189+210+173=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD2AD is #422D52. Grayscale: #C7C7C7. Windows color (decimal): -4336979 or 11391677. OLE color: 11391677.

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

Color convert

RGB 189 210 173 -
CMYK 0.10 0 0.18 0.18
HSL 94.05º 0.29% 0.75% -
HSV(B) 94.05º 0.18% 0.82% -
XYZ 51.58 59.93 48.38 -
YUV 199.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 189 210 173 0.10 0 0.18 0.18 94.05 0.29 0.75
Hex BD D2 AD A 0 12 12 5E 1D 4B
Octal 275 322 255 12 0 22 22 136 35 113
Binary 10111101 11010010 10101101 1010 0 10010 10010 1011110 11101 1001011

Color Harmonies of #BDD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2AD

Black with #BDD2AD

Text Example


Text Example

White with #BDD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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