Html Css Color HEX #BADE9B Pixie Green

📋 copy color: '#BADE9B'

red 186 ◦ green 222 ◦ blue 155

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

Shades of Pixie Green #BADE9B

Tints of Pixie Green #BADE9B

RGB

 RED value IS 186 (73.05% from 255) = 33.04%

 GREEN value IS 222 (87.11% from 255) = 39.43%

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

R = 33.04%
G = 39.43%
B = 27.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#BADE9B (or 0xBADE9B) is known color: Pixie Green. HEX triplet: BA, DE and 9B. RGB value is (186,222,155). Sum of RGB (Red+Green+Blue) = 186+222+155=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE9B is #452164. Grayscale: #CBCBCB. Windows color (decimal): -4530533 or 10215098. OLE color: 10215098.

HSL color Cylindrical-coordinate representation of color #BADE9B: hue angle of 92.24º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BADE9B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 155 -
CMYK 0.16 0 0.30 0.13
HSL 92.24º 0.5% 0.74% -
HSV(B) 92.24º 0.3% 0.87% -
XYZ 52.29 65.05 40.81 -
YUV 203.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 186 222 155 0.16 0 0.30 0.13 92.24 0.5 0.74
Hex BA DE 9B 10 0 1E D 5C 32 4A
Octal 272 336 233 20 0 36 15 134 62 112
Binary 10111010 11011110 10011011 10000 0 11110 1101 1011100 110010 1001010

Color Harmonies of #BADE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE9B

Black with #BADE9B

Text Example


Text Example

White with #BADE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE9B; }

 p { color: rgb(186,222,155); }

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

background-color css

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

 a { background-color: rgb(186,222,155); }

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

border-color css

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

 span { border-color: rgb(186,222,155); }

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