Html Css Color HEX #BCE098 Pixie Green

📋 copy color: '#BCE098'

red 188 ◦ green 224 ◦ blue 152

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

Shades of Pixie Green #BCE098

Tints of Pixie Green #BCE098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.95%

R = 33.33%
G = 39.72%
B = 26.95%

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

#BCE098 (or 0xBCE098) is known color: Pixie Green. HEX triplet: BC, E0 and 98. RGB value is (188,224,152). Sum of RGB (Red+Green+Blue) = 188+224+152=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE098 is #431F67. Grayscale: #CDCDCD. Windows color (decimal): -4398952 or 10019004. OLE color: 10019004.

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

Color convert

RGB 188 224 152 -
CMYK 0.16 0 0.32 0.12
HSL 90º 0.54% 0.74% -
HSV(B) 90º 0.32% 0.88% -
XYZ 53.06 66.27 39.7 -
YUV 205.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 188 224 152 0.16 0 0.32 0.12 90 0.54 0.74
Hex BC E0 98 10 0 20 C 5A 36 4A
Octal 274 340 230 20 0 40 14 132 66 112
Binary 10111100 11100000 10011000 10000 0 100000 1100 1011010 110110 1001010

Color Harmonies of #BCE098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE098

Black with #BCE098

Text Example


Text Example

White with #BCE098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE098; }

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

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

background-color css

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

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

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

border-color css

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

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

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