Html Css Color HEX #BDD7A4 Pixie Green

📋 copy color: '#BDD7A4'

red 189 ◦ green 215 ◦ blue 164

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

Shades of Pixie Green #BDD7A4

Tints of Pixie Green #BDD7A4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.85%

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

R = 33.27%
G = 37.85%
B = 28.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#BDD7A4 (or 0xBDD7A4) is known color: Pixie Green. HEX triplet: BD, D7 and A4. RGB value is (189,215,164). Sum of RGB (Red+Green+Blue) = 189+215+164=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD7A4 is #42285B. Grayscale: #C9C9C9. Windows color (decimal): -4335708 or 10803133. OLE color: 10803133.

HSL color Cylindrical-coordinate representation of color #BDD7A4: hue angle of 90.59º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD7A4 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 164 -
CMYK 0.12 0 0.24 0.16
HSL 90.59º 0.39% 0.74% -
HSV(B) 90.59º 0.24% 0.84% -
XYZ 51.99 62.1 44.37 -
YUV 201.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 189 215 164 0.12 0 0.24 0.16 90.59 0.39 0.74
Hex BD D7 A4 C 0 18 10 5B 27 4A
Octal 275 327 244 14 0 30 20 133 47 112
Binary 10111101 11010111 10100100 1100 0 11000 10000 1011011 100111 1001010

Color Harmonies of #BDD7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7A4

Black with #BDD7A4

Text Example


Text Example

White with #BDD7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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