Html Css Color HEX #BCD39E Pixie Green

📋 copy color: '#BCD39E'

red 188 ◦ green 211 ◦ blue 158

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

Shades of Pixie Green #BCD39E

Tints of Pixie Green #BCD39E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.88%

 BLUE value IS 158 (62.11% from 255) = 28.37%

R = 33.75%
G = 37.88%
B = 28.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#BCD39E (or 0xBCD39E) is known color: Pixie Green. HEX triplet: BC, D3 and 9E. RGB value is (188,211,158). Sum of RGB (Red+Green+Blue) = 188+211+158=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD39E is #432C61. Grayscale: #C6C6C6. Windows color (decimal): -4402274 or 10408892. OLE color: 10408892.

HSL color Cylindrical-coordinate representation of color #BCD39E: hue angle of 86.04º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD39E is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 158 -
CMYK 0.11 0 0.25 0.17
HSL 86.04º 0.38% 0.72% -
HSV(B) 86.04º 0.25% 0.83% -
XYZ 50.2 59.75 41.23 -
YUV 198.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 188 211 158 0.11 0 0.25 0.17 86.04 0.38 0.72
Hex BC D3 9E B 0 19 11 56 26 48
Octal 274 323 236 13 0 31 21 126 46 110
Binary 10111100 11010011 10011110 1011 0 11001 10001 1010110 100110 1001000

Color Harmonies of #BCD39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD39E

Black with #BCD39E

Text Example


Text Example

White with #BCD39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD39E; }

 p { color: rgb(188,211,158); }

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

background-color css

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

 a { background-color: rgb(188,211,158); }

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

border-color css

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

 span { border-color: rgb(188,211,158); }

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