Html Css Color HEX #BCE096 Pixie Green

📋 copy color: '#BCE096'

red 188 ◦ green 224 ◦ blue 150

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

Shades of Pixie Green #BCE096

Tints of Pixie Green #BCE096

RGB

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

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

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

R = 33.45%
G = 39.86%
B = 26.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#BCE096 (or 0xBCE096) is known color: Pixie Green. HEX triplet: BC, E0 and 96. RGB value is (188,224,150). Sum of RGB (Red+Green+Blue) = 188+224+150=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE096 is #431F69. Grayscale: #CDCDCD. Windows color (decimal): -4398954 or 9887932. OLE color: 9887932.

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

Color convert

RGB 188 224 150 -
CMYK 0.16 0 0.33 0.12
HSL 89.19º 0.54% 0.73% -
HSV(B) 89.19º 0.33% 0.88% -
XYZ 52.9 66.2 38.84 -
YUV 204.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 188 224 150 0.16 0 0.33 0.12 89.19 0.54 0.73
Hex BC E0 96 10 0 21 C 59 36 49
Octal 274 340 226 20 0 41 14 131 66 111
Binary 10111100 11100000 10010110 10000 0 100001 1100 1011001 110110 1001001

Color Harmonies of #BCE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE096

Black with #BCE096

Text Example


Text Example

White with #BCE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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