Html Css Color HEX #BDD89E Pixie Green

📋 copy color: '#BDD89E'

red 189 ◦ green 216 ◦ blue 158

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

Shades of Pixie Green #BDD89E

Tints of Pixie Green #BDD89E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.06%

R = 33.57%
G = 38.37%
B = 28.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#BDD89E (or 0xBDD89E) is known color: Pixie Green. HEX triplet: BD, D8 and 9E. RGB value is (189,216,158). Sum of RGB (Red+Green+Blue) = 189+216+158=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD89E is #422761. Grayscale: #C9C9C9. Windows color (decimal): -4335458 or 10410173. OLE color: 10410173.

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

Color convert

RGB 189 216 158 -
CMYK 0.12 0 0.27 0.15
HSL 87.93º 0.43% 0.73% -
HSV(B) 87.93º 0.27% 0.85% -
XYZ 51.71 62.4 41.67 -
YUV 201.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 189 216 158 0.12 0 0.27 0.15 87.93 0.43 0.73
Hex BD D8 9E C 0 1B F 58 2B 49
Octal 275 330 236 14 0 33 17 130 53 111
Binary 10111101 11011000 10011110 1100 0 11011 1111 1011000 101011 1001001

Color Harmonies of #BDD89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD89E

Black with #BDD89E

Text Example


Text Example

White with #BDD89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD89E; }

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

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

background-color css

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

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

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

border-color css

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

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

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