Html Css Color HEX #BCE296 Pixie Green

📋 copy color: '#BCE296'

red 188 ◦ green 226 ◦ blue 150

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

Shades of Pixie Green #BCE296

Tints of Pixie Green #BCE296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.6%

R = 33.33%
G = 40.07%
B = 26.6%

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

#BCE296 (or 0xBCE296) is known color: Pixie Green. HEX triplet: BC, E2 and 96. RGB value is (188,226,150). Sum of RGB (Red+Green+Blue) = 188+226+150=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE296 is #431D69. Grayscale: #CECECE. Windows color (decimal): -4398442 or 9888444. OLE color: 9888444.

HSL color Cylindrical-coordinate representation of color #BCE296: hue angle of 90º 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 #BCE296 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 150 -
CMYK 0.17 0 0.34 0.11
HSL 90º 0.57% 0.74% -
HSV(B) 90º 0.34% 0.89% -
XYZ 53.44 67.29 39.03 -
YUV 205.97 96.41 115.18 -
System Red Green Blue C M Y K H S L
Decimal 188 226 150 0.17 0 0.34 0.11 90 0.57 0.74
Hex BC E2 96 11 0 22 B 5A 39 4A
Octal 274 342 226 21 0 42 13 132 71 112
Binary 10111100 11100010 10010110 10001 0 100010 1011 1011010 111001 1001010

Color Harmonies of #BCE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE296

Black with #BCE296

Text Example


Text Example

White with #BCE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE296; }

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

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

background-color css

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

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

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

border-color css

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

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

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