Html Css Color HEX #BCDCA1 Pixie Green

📋 copy color: '#BCDCA1'

red 188 ◦ green 220 ◦ blue 161

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

Shades of Pixie Green #BCDCA1

Tints of Pixie Green #BCDCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 28.3%

R = 33.04%
G = 38.66%
B = 28.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#BCDCA1 (or 0xBCDCA1) is known color: Pixie Green. HEX triplet: BC, DC and A1. RGB value is (188,220,161). Sum of RGB (Red+Green+Blue) = 188+220+161=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCA1 is #43235E. Grayscale: #CBCBCB. Windows color (decimal): -4399967 or 10607804. OLE color: 10607804.

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

Color convert

RGB 188 220 161 -
CMYK 0.15 0 0.27 0.14
HSL 92.54º 0.46% 0.75% -
HSV(B) 92.54º 0.27% 0.86% -
XYZ 52.77 64.45 43.38 -
YUV 203.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 188 220 161 0.15 0 0.27 0.14 92.54 0.46 0.75
Hex BC DC A1 F 0 1B E 5D 2E 4B
Octal 274 334 241 17 0 33 16 135 56 113
Binary 10111100 11011100 10100001 1111 0 11011 1110 1011101 101110 1001011

Color Harmonies of #BCDCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCA1

Black with #BCDCA1

Text Example


Text Example

White with #BCDCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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