Html Css Color HEX #BDD8A7 Pixie Green

📋 copy color: '#BDD8A7'

red 189 ◦ green 216 ◦ blue 167

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

Shades of Pixie Green #BDD8A7

Tints of Pixie Green #BDD8A7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.76%

 BLUE value IS 167 (65.63% from 255) = 29.2%

R = 33.04%
G = 37.76%
B = 29.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#BDD8A7 (or 0xBDD8A7) is known color: Pixie Green. HEX triplet: BD, D8 and A7. RGB value is (189,216,167). Sum of RGB (Red+Green+Blue) = 189+216+167=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD8A7 is #422758. Grayscale: #CACACA. Windows color (decimal): -4335449 or 10999997. OLE color: 10999997.

HSL color Cylindrical-coordinate representation of color #BDD8A7: hue angle of 93.06º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD8A7 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 167 -
CMYK 0.12 0 0.23 0.15
HSL 93.06º 0.39% 0.75% -
HSV(B) 93.06º 0.23% 0.85% -
XYZ 52.52 62.72 45.9 -
YUV 202.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 189 216 167 0.12 0 0.23 0.15 93.06 0.39 0.75
Hex BD D8 A7 C 0 17 F 5D 27 4B
Octal 275 330 247 14 0 27 17 135 47 113
Binary 10111101 11011000 10100111 1100 0 10111 1111 1011101 100111 1001011

Color Harmonies of #BDD8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8A7

Black with #BDD8A7

Text Example


Text Example

White with #BDD8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8A7; }

 p { color: rgb(189,216,167); }

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

background-color css

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

 a { background-color: rgb(189,216,167); }

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

border-color css

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

 span { border-color: rgb(189,216,167); }

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