Html Css Color HEX #BCD4AC Pixie Green

📋 copy color: '#BCD4AC'

red 188 ◦ green 212 ◦ blue 172

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

Shades of Pixie Green #BCD4AC

Tints of Pixie Green #BCD4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.06%

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

R = 32.87%
G = 37.06%
B = 30.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#BCD4AC (or 0xBCD4AC) is known color: Pixie Green. HEX triplet: BC, D4 and AC. RGB value is (188,212,172). Sum of RGB (Red+Green+Blue) = 188+212+172=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD4AC is #432B53. Grayscale: #C8C8C8. Windows color (decimal): -4402004 or 11326652. OLE color: 11326652.

HSL color Cylindrical-coordinate representation of color #BCD4AC: hue angle of 96º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD4AC is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 172 -
CMYK 0.11 0 0.19 0.17
HSL 96º 0.32% 0.75% -
HSV(B) 96º 0.19% 0.83% -
XYZ 51.73 60.76 48.03 -
YUV 200.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 188 212 172 0.11 0 0.19 0.17 96 0.32 0.75
Hex BC D4 AC B 0 13 11 60 20 4B
Octal 274 324 254 13 0 23 21 140 40 113
Binary 10111100 11010100 10101100 1011 0 10011 10001 1100000 100000 1001011

Color Harmonies of #BCD4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4AC

Black with #BCD4AC

Text Example


Text Example

White with #BCD4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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