Html Css Color HEX #BDE297 Pixie Green

📋 copy color: '#BDE297'

red 189 ◦ green 226 ◦ blue 151

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

Shades of Pixie Green #BDE297

Tints of Pixie Green #BDE297

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.93%

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

R = 33.39%
G = 39.93%
B = 26.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#BDE297 (or 0xBDE297) is known color: Pixie Green. HEX triplet: BD, E2 and 97. RGB value is (189,226,151). Sum of RGB (Red+Green+Blue) = 189+226+151=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE297 is #421D68. Grayscale: #CECECE. Windows color (decimal): -4332905 or 9953981. OLE color: 9953981.

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

Color convert

RGB 189 226 151 -
CMYK 0.16 0 0.33 0.11
HSL 89.6º 0.56% 0.74% -
HSV(B) 89.6º 0.33% 0.89% -
XYZ 53.77 67.45 39.46 -
YUV 206.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 189 226 151 0.16 0 0.33 0.11 89.6 0.56 0.74
Hex BD E2 97 10 0 21 B 5A 38 4A
Octal 275 342 227 20 0 41 13 132 70 112
Binary 10111101 11100010 10010111 10000 0 100001 1011 1011010 111000 1001010

Color Harmonies of #BDE297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE297

Black with #BDE297

Text Example


Text Example

White with #BDE297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE297; }

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

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

background-color css

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

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

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

border-color css

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

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

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