Html Css Color HEX #BCDF9C Pixie Green

📋 copy color: '#BCDF9C'

red 188 ◦ green 223 ◦ blue 156

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

Shades of Pixie Green #BCDF9C

Tints of Pixie Green #BCDF9C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.33%

 BLUE value IS 156 (61.33% from 255) = 27.51%

R = 33.16%
G = 39.33%
B = 27.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#BCDF9C (or 0xBCDF9C) is known color: Pixie Green. HEX triplet: BC, DF and 9C. RGB value is (188,223,156). Sum of RGB (Red+Green+Blue) = 188+223+156=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF9C is #432063. Grayscale: #CDCDCD. Windows color (decimal): -4399204 or 10280892. OLE color: 10280892.

HSL color Cylindrical-coordinate representation of color #BCDF9C: hue angle of 91.34º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCDF9C is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 156 -
CMYK 0.16 0 0.30 0.13
HSL 91.34º 0.51% 0.74% -
HSV(B) 91.34º 0.3% 0.87% -
XYZ 53.13 65.87 41.37 -
YUV 204.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 188 223 156 0.16 0 0.30 0.13 91.34 0.51 0.74
Hex BC DF 9C 10 0 1E D 5B 33 4A
Octal 274 337 234 20 0 36 15 133 63 112
Binary 10111100 11011111 10011100 10000 0 11110 1101 1011011 110011 1001010

Color Harmonies of #BCDF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF9C

Black with #BCDF9C

Text Example


Text Example

White with #BCDF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF9C; }

 p { color: rgb(188,223,156); }

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

background-color css

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

 a { background-color: rgb(188,223,156); }

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

border-color css

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

 span { border-color: rgb(188,223,156); }

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