Html Css Color HEX #BCDC9F Pixie Green

📋 copy color: '#BCDC9F'

red 188 ◦ green 220 ◦ blue 159

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

Shades of Pixie Green #BCDC9F

Tints of Pixie Green #BCDC9F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.8%

 BLUE value IS 159 (62.5% from 255) = 28.04%

R = 33.16%
G = 38.8%
B = 28.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#BCDC9F (or 0xBCDC9F) is known color: Pixie Green. HEX triplet: BC, DC and 9F. RGB value is (188,220,159). Sum of RGB (Red+Green+Blue) = 188+220+159=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC9F is #432360. Grayscale: #CBCBCB. Windows color (decimal): -4399969 or 10476732. OLE color: 10476732.

HSL color Cylindrical-coordinate representation of color #BCDC9F: hue angle of 91.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCDC9F is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 159 -
CMYK 0.15 0 0.28 0.14
HSL 91.48º 0.47% 0.74% -
HSV(B) 91.48º 0.28% 0.86% -
XYZ 52.59 64.38 42.46 -
YUV 203.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 188 220 159 0.15 0 0.28 0.14 91.48 0.47 0.74
Hex BC DC 9F F 0 1C E 5B 2F 4A
Octal 274 334 237 17 0 34 16 133 57 112
Binary 10111100 11011100 10011111 1111 0 11100 1110 1011011 101111 1001010

Color Harmonies of #BCDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC9F

Black with #BCDC9F

Text Example


Text Example

White with #BCDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC9F; }

 p { color: rgb(188,220,159); }

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

background-color css

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

 a { background-color: rgb(188,220,159); }

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

border-color css

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

 span { border-color: rgb(188,220,159); }

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