Html Css Color HEX #BCDC9A Pixie Green

📋 copy color: '#BCDC9A'

red 188 ◦ green 220 ◦ blue 154

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

Shades of Pixie Green #BCDC9A

Tints of Pixie Green #BCDC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.4%

R = 33.45%
G = 39.15%
B = 27.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#BCDC9A (or 0xBCDC9A) is known color: Pixie Green. HEX triplet: BC, DC and 9A. RGB value is (188,220,154). Sum of RGB (Red+Green+Blue) = 188+220+154=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC9A is #432365. Grayscale: #CBCBCB. Windows color (decimal): -4399974 or 10149052. OLE color: 10149052.

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

Color convert

RGB 188 220 154 -
CMYK 0.15 0 0.3 0.14
HSL 89.09º 0.49% 0.73% -
HSV(B) 89.09º 0.3% 0.86% -
XYZ 52.16 64.21 40.22 -
YUV 202.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 188 220 154 0.15 0 0.3 0.14 89.09 0.49 0.73
Hex BC DC 9A F 0 1E E 59 31 49
Octal 274 334 232 17 0 36 16 131 61 111
Binary 10111100 11011100 10011010 1111 0 11110 1110 1011001 110001 1001001

Color Harmonies of #BCDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC9A

Black with #BCDC9A

Text Example


Text Example

White with #BCDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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