Html Css Color HEX #BDD89B Pixie Green

📋 copy color: '#BDD89B'

red 189 ◦ green 216 ◦ blue 155

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

Shades of Pixie Green #BDD89B

Tints of Pixie Green #BDD89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.68%

R = 33.75%
G = 38.57%
B = 27.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#BDD89B (or 0xBDD89B) is known color: Pixie Green. HEX triplet: BD, D8 and 9B. RGB value is (189,216,155). Sum of RGB (Red+Green+Blue) = 189+216+155=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD89B is #422764. Grayscale: #C9C9C9. Windows color (decimal): -4335461 or 10213565. OLE color: 10213565.

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

Color convert

RGB 189 216 155 -
CMYK 0.12 0 0.28 0.15
HSL 86.56º 0.44% 0.73% -
HSV(B) 86.56º 0.28% 0.85% -
XYZ 51.46 62.3 40.32 -
YUV 200.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 189 216 155 0.12 0 0.28 0.15 86.56 0.44 0.73
Hex BD D8 9B C 0 1C F 57 2C 49
Octal 275 330 233 14 0 34 17 127 54 111
Binary 10111101 11011000 10011011 1100 0 11100 1111 1010111 101100 1001001

Color Harmonies of #BDD89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD89B

Black with #BDD89B

Text Example


Text Example

White with #BDD89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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