Html Css Color HEX #BDD0AD Pixie Green

📋 copy color: '#BDD0AD'

red 189 ◦ green 208 ◦ blue 173

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

Shades of Pixie Green #BDD0AD

Tints of Pixie Green #BDD0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.49%

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

R = 33.16%
G = 36.49%
B = 30.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#BDD0AD (or 0xBDD0AD) is known color: Pixie Green. HEX triplet: BD, D0 and AD. RGB value is (189,208,173). Sum of RGB (Red+Green+Blue) = 189+208+173=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD0AD is #422F52. Grayscale: #C6C6C6. Windows color (decimal): -4337491 or 11391165. OLE color: 11391165.

HSL color Cylindrical-coordinate representation of color #BDD0AD: hue angle of 92.57º degrees, saturation: 0.27, 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 #BDD0AD is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 173 -
CMYK 0.09 0 0.17 0.18
HSL 92.57º 0.27% 0.75% -
HSV(B) 92.57º 0.17% 0.82% -
XYZ 51.08 58.95 48.22 -
YUV 198.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 189 208 173 0.09 0 0.17 0.18 92.57 0.27 0.75
Hex BD D0 AD 9 0 11 12 5D 1B 4B
Octal 275 320 255 11 0 21 22 135 33 113
Binary 10111101 11010000 10101101 1001 0 10001 10010 1011101 11011 1001011

Color Harmonies of #BDD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0AD

Black with #BDD0AD

Text Example


Text Example

White with #BDD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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