Html Css Color HEX #BDE099 Pixie Green

📋 copy color: '#BDE099'

red 189 ◦ green 224 ◦ blue 153

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

Shades of Pixie Green #BDE099

Tints of Pixie Green #BDE099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.03%

R = 33.39%
G = 39.58%
B = 27.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#BDE099 (or 0xBDE099) is known color: Pixie Green. HEX triplet: BD, E0 and 99. RGB value is (189,224,153). Sum of RGB (Red+Green+Blue) = 189+224+153=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE099 is #421F66. Grayscale: #CDCDCD. Windows color (decimal): -4333415 or 10084541. OLE color: 10084541.

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

Color convert

RGB 189 224 153 -
CMYK 0.16 0 0.32 0.12
HSL 89.58º 0.53% 0.74% -
HSV(B) 89.58º 0.32% 0.88% -
XYZ 53.39 66.43 40.15 -
YUV 205.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 189 224 153 0.16 0 0.32 0.12 89.58 0.53 0.74
Hex BD E0 99 10 0 20 C 5A 35 4A
Octal 275 340 231 20 0 40 14 132 65 112
Binary 10111101 11100000 10011001 10000 0 100000 1100 1011010 110101 1001010

Color Harmonies of #BDE099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE099

Black with #BDE099

Text Example


Text Example

White with #BDE099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE099; }

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

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

background-color css

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

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

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

border-color css

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

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

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