Html Css Color HEX #BCD1AC Pixie Green

📋 copy color: '#BCD1AC'

red 188 ◦ green 209 ◦ blue 172

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

Shades of Pixie Green #BCD1AC

Tints of Pixie Green #BCD1AC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.73%

 BLUE value IS 172 (67.58% from 255) = 30.23%

R = 33.04%
G = 36.73%
B = 30.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#BCD1AC (or 0xBCD1AC) is known color: Pixie Green. HEX triplet: BC, D1 and AC. RGB value is (188,209,172). Sum of RGB (Red+Green+Blue) = 188+209+172=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD1AC is #432E53. Grayscale: #C6C6C6. Windows color (decimal): -4402772 or 11325884. OLE color: 11325884.

HSL color Cylindrical-coordinate representation of color #BCD1AC: hue angle of 94.05º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD1AC is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 172 -
CMYK 0.10 0 0.18 0.18
HSL 94.05º 0.29% 0.75% -
HSV(B) 94.05º 0.18% 0.82% -
XYZ 50.99 59.27 47.78 -
YUV 198.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 188 209 172 0.10 0 0.18 0.18 94.05 0.29 0.75
Hex BC D1 AC A 0 12 12 5E 1D 4B
Octal 274 321 254 12 0 22 22 136 35 113
Binary 10111100 11010001 10101100 1010 0 10010 10010 1011110 11101 1001011

Color Harmonies of #BCD1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1AC

Black with #BCD1AC

Text Example


Text Example

White with #BCD1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1AC; }

 p { color: rgb(188,209,172); }

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

background-color css

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

 a { background-color: rgb(188,209,172); }

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

border-color css

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

 span { border-color: rgb(188,209,172); }

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