Html Css Color HEX #BCDC9C Pixie Green

📋 copy color: '#BCDC9C'

red 188 ◦ green 220 ◦ blue 156

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

Shades of Pixie Green #BCDC9C

Tints of Pixie Green #BCDC9C

RGB

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

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

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

R = 33.33%
G = 39.01%
B = 27.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#BCDC9C (or 0xBCDC9C) is known color: Pixie Green. HEX triplet: BC, DC and 9C. RGB value is (188,220,156). Sum of RGB (Red+Green+Blue) = 188+220+156=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC9C is #432363. Grayscale: #CBCBCB. Windows color (decimal): -4399972 or 10280124. OLE color: 10280124.

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

Color convert

RGB 188 220 156 -
CMYK 0.15 0 0.29 0.14
HSL 90º 0.48% 0.74% -
HSV(B) 90º 0.29% 0.86% -
XYZ 52.33 64.28 41.1 -
YUV 203.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 188 220 156 0.15 0 0.29 0.14 90 0.48 0.74
Hex BC DC 9C F 0 1D E 5A 30 4A
Octal 274 334 234 17 0 35 16 132 60 112
Binary 10111100 11011100 10011100 1111 0 11101 1110 1011010 110000 1001010

Color Harmonies of #BCDC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC9C

Black with #BCDC9C

Text Example


Text Example

White with #BCDC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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