Html Css Color HEX #BDE097 Pixie Green

📋 copy color: '#BDE097'

red 189 ◦ green 224 ◦ blue 151

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

Shades of Pixie Green #BDE097

Tints of Pixie Green #BDE097

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.72%

 BLUE value IS 151 (59.38% from 255) = 26.77%

R = 33.51%
G = 39.72%
B = 26.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#BDE097 (or 0xBDE097) is known color: Pixie Green. HEX triplet: BD, E0 and 97. RGB value is (189,224,151). Sum of RGB (Red+Green+Blue) = 189+224+151=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE097 is #421F68. Grayscale: #CDCDCD. Windows color (decimal): -4333417 or 9953469. OLE color: 9953469.

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

Color convert

RGB 189 224 151 -
CMYK 0.16 0 0.33 0.12
HSL 88.77º 0.54% 0.74% -
HSV(B) 88.77º 0.33% 0.88% -
XYZ 53.23 66.36 39.28 -
YUV 205.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 189 224 151 0.16 0 0.33 0.12 88.77 0.54 0.74
Hex BD E0 97 10 0 21 C 59 36 4A
Octal 275 340 227 20 0 41 14 131 66 112
Binary 10111101 11100000 10010111 10000 0 100001 1100 1011001 110110 1001010

Color Harmonies of #BDE097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE097

Black with #BDE097

Text Example


Text Example

White with #BDE097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE097; }

 p { color: rgb(189,224,151); }

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

background-color css

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

 a { background-color: rgb(189,224,151); }

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

border-color css

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

 span { border-color: rgb(189,224,151); }

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