Html Css Color HEX #BCE295 Pixie Green

📋 copy color: '#BCE295'

red 188 ◦ green 226 ◦ blue 149

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

Shades of Pixie Green #BCE295

Tints of Pixie Green #BCE295

RGB

 RED value IS 188 (73.83% from 255) = 33.39%

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

 BLUE value IS 149 (58.59% from 255) = 26.47%

R = 33.39%
G = 40.14%
B = 26.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#BCE295 (or 0xBCE295) is known color: Pixie Green. HEX triplet: BC, E2 and 95. RGB value is (188,226,149). Sum of RGB (Red+Green+Blue) = 188+226+149=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE295 is #431D6A. Grayscale: #CECECE. Windows color (decimal): -4398443 or 9822908. OLE color: 9822908.

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

Color convert

RGB 188 226 149 -
CMYK 0.17 0 0.34 0.11
HSL 89.61º 0.57% 0.74% -
HSV(B) 89.61º 0.34% 0.89% -
XYZ 53.36 67.25 38.6 -
YUV 205.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 188 226 149 0.17 0 0.34 0.11 89.61 0.57 0.74
Hex BC E2 95 11 0 22 B 5A 39 4A
Octal 274 342 225 21 0 42 13 132 71 112
Binary 10111100 11100010 10010101 10001 0 100010 1011 1011010 111001 1001010

Color Harmonies of #BCE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE295

Black with #BCE295

Text Example


Text Example

White with #BCE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE295; }

 p { color: rgb(188,226,149); }

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

background-color css

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

 a { background-color: rgb(188,226,149); }

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

border-color css

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

 span { border-color: rgb(188,226,149); }

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