Html Css Color HEX #BDE199 Pixie Green

📋 copy color: '#BDE199'

red 189 ◦ green 225 ◦ blue 153

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

Shades of Pixie Green #BDE199

Tints of Pixie Green #BDE199

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.68%

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

R = 33.33%
G = 39.68%
B = 26.98%

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

#BDE199 (or 0xBDE199) is known color: Pixie Green. HEX triplet: BD, E1 and 99. RGB value is (189,225,153). Sum of RGB (Red+Green+Blue) = 189+225+153=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE199 is #421E66. Grayscale: #CECECE. Windows color (decimal): -4333159 or 10084797. OLE color: 10084797.

HSL color Cylindrical-coordinate representation of color #BDE199: hue angle of 90º degrees, saturation: 0.55, 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 #BDE199 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 153 -
CMYK 0.16 0 0.32 0.12
HSL 90º 0.55% 0.74% -
HSV(B) 90º 0.32% 0.88% -
XYZ 53.66 66.97 40.24 -
YUV 206.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 189 225 153 0.16 0 0.32 0.12 90 0.55 0.74
Hex BD E1 99 10 0 20 C 5A 37 4A
Octal 275 341 231 20 0 40 14 132 67 112
Binary 10111101 11100001 10011001 10000 0 100000 1100 1011010 110111 1001010

Color Harmonies of #BDE199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE199

Black with #BDE199

Text Example


Text Example

White with #BDE199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE199; }

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

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

background-color css

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

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

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

border-color css

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

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

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