Html Css Color HEX #BDD4AD Pixie Green

📋 copy color: '#BDD4AD'

red 189 ◦ green 212 ◦ blue 173

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

Shades of Pixie Green #BDD4AD

Tints of Pixie Green #BDD4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.93%

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

R = 32.93%
G = 36.93%
B = 30.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#BDD4AD (or 0xBDD4AD) is known color: Pixie Green. HEX triplet: BD, D4 and AD. RGB value is (189,212,173). Sum of RGB (Red+Green+Blue) = 189+212+173=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD4AD is #422B52. Grayscale: #C8C8C8. Windows color (decimal): -4336467 or 11392189. OLE color: 11392189.

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

Color convert

RGB 189 212 173 -
CMYK 0.11 0 0.18 0.17
HSL 95.38º 0.31% 0.75% -
HSV(B) 95.38º 0.18% 0.83% -
XYZ 52.07 60.92 48.55 -
YUV 200.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 189 212 173 0.11 0 0.18 0.17 95.38 0.31 0.75
Hex BD D4 AD B 0 12 11 5F 1F 4B
Octal 275 324 255 13 0 22 21 137 37 113
Binary 10111101 11010100 10101101 1011 0 10010 10001 1011111 11111 1001011

Color Harmonies of #BDD4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4AD

Black with #BDD4AD

Text Example


Text Example

White with #BDD4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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